Polish any text from anywhere. Press a shortcut, pick a transformation, and the result streams in and lands on your clipboard. Talks to your own AI provider with your own API key, Anthropic, Gemini, or anything that speaks the OpenAI contract.
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:123
St.Clipboard.get_default()
panel.js:652
St.Clipboard.get_default()
EGO-L-001 warning
extension must not create GObject instances or modify shell before enable()
Resource creation or signal/source setup was found outside `enable()`.
Only use initialization for static resources
secrets.js:11
new Secret.Schema(
'io.github.jirugutema.polifix.ApiKey',
Secret.SchemaFlags.NONE,
{provider: Secret.SchemaAttributeType.STRING}
)
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |