Review of "Penguin: AI Chatbot" version 1

Details Page Preview

A GNOME Shell extension that provides a chatbot interface using various LLM providers, including Anthropic, OpenAI, Gemini, and OpenRouter. Features include multiple provider support, customizable models, chat history, customizable appearance, a keyboard shortcut, and copy-to-clipboard functionality.

Extension Homepage
https://martijara.github.io/Penguin-AI-Chatbot-for-GNOME/

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection rejected
1. Bad xml filename: [EGO Review Guidelines: GSettings Schemas](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas) 2. Please use [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) on destroy. To do that, you need to add `destroy()` function to the `Indicator` class: ```js destroy() { this._session?.abort(); // <- Don't forget to make the session instance avaialable to the class super.destroy(); } ``` 3. Add to the description that this extension is using `openrouter.ai` services. 4. Please use a correct class name for the default classes you are exporting in both `extension.js` and `prefs.js`.