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

Shexli found 1 issue 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:328
    St.Clipboard.get_default()

All Versions

Version Status
1 Unreviewed

Previous Reviews on this Version

ubaida posted a review
Hello, This submission replaces my currently approved PromptPaste extension: https://extensions.gnome.org/extension/10540/ai-autocorrect/ The UUID changed from ai-autocorrect@ubai.dev to promptpaste@ubai.dev to match the extension name and branding. The old listing will remain active during review. After this submission is approved, I will deactivate the old listing. Changes in this version: - Added Cloudflare Workers AI support, including Account ID, API token, model selection, and model discovery. The API token is stored through GNOME Keyring. - Improved the result preview. It is now compact, readable, selectable, and editable. Copy and Replace use the edited text. Line wrapping and expansion remain optional. The existing GSettings schema ID is intentionally retained for settings compatibility.