Review of "Quick Ask AI" version 1

Details Page Preview

Topbar AI assistant — ask questions inline without opening a browser. Supports Claude, ChatGPT, and Gemini.


No comments.

FAQ

Files

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

Shexli (experimental) warning 3

Shexli found 3 issues that may need reviewer attention.

EGO025 warning

unnecessary build and translation artifacts should not be shipped

Compiled GSettings schemas should not be shipped for 45+ packages.

Don't include unnecessary files

  • schemas/gschemas.compiled
    schemas/gschemas.compiled

EGO037 warning

Soup.Session instances should be aborted during cleanup

Soup.Session instances should be aborted during cleanup.

Soup.Session.abort

  • lib/providers.js:63
    this._session = new Soup.Session()

EGO016 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • prefs.js:190
                GLib.timeout_add(GLib.PRIORITY_DEFAULT, 1500, () => {
                    clearBtn.set_label('Clear');
                    return GLib.SOURCE_REMOVE;
                })

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

Sharif auto- rejected
Auto-rejected because of new version 2 was uploaded