Review of "PromptPaste" version 1

Details Page Preview

Use AI on selected text. Reads and sends clipboard data to your chosen provider only when you trigger an action. Supports local Ollama and cloud providers.

Extension Homepage
https://github.com/ubaimutl/PromptPaste

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 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:19
    St.Clipboard.get_default()

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:25
            this._icon = new St.Icon({
                icon_name: 'tools-check-spelling-symbolic',
                style_class: 'system-status-icon',
            })

All Versions

Version Status
4 Unreviewed
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection waiting for author
Where is the git URL? Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
ubaida posted a review
The repo is available at [https://github.com/ubaimutl/PromptPaste](https://github.com/ubaimutl/PromptPaste) I used AI assistance while building the initial implementation because this is my first GNOME extension. I reviewed, tested, and iterated on the code myself, and I can explain and maintain it.
ubaida auto- rejected
Auto-rejected because of new version 2 was uploaded