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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:328
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 1 | Unreviewed |
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.