Review of "PromptPaste" version 1

Details Page Preview

PromptPaste turns selected text into customizable AI actions anywhere in GNOME. Create your own actions to transform text or use the selection directly as a prompt, with optional per-action provider, model, and token settings. Preview or automatically paste results back into the active application. Supports local Ollama and multiple cloud AI providers. Selected text is sent only when you explicitly trigger an action.

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
8 Active
7 Inactive
6 Inactive
5 Rejected
4 Rejected
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