Skip to content

0.12.4

Choose a tag to compare

@github-actions github-actions released this 26 Jul 12:59
· 187 commits to main since this release
3d0fc82

Chrome Web Store release. Built on 0.12.3.

Highlights

Errors that explain themselves. Every failure now carries a stable support code, an incident ID, and the phase it failed in. Those details are saved with the message, so a report survives reopening the side panel or restarting the browser, and a failed turn is styled as a failure rather than as model output.

Recovery where the failure happened. The failed message offers the fix that fits: re-enable a switched-off provider and re-run the turn, wait out a rate limit, or jump straight to the setting involved. Recovery buttons stop being offered once a failure is over an hour old, so scrolling back cannot re-run an old turn by accident.

Reports worth sending. Every bug-report draft carries the same environment details, paste block, privacy note, and length safeguards, wherever it was started from. Copy diagnostics sits beside Open an issue. Everything is generated locally and opened for your review — nothing is uploaded on its own.

A smaller package. The Chrome package drops from about 6.3 MB to about 4.3 MB by removing a duplicate SQLite WASM binary and a redundant bundled PDF worker, with no change to features. Each build now ships only its own persistence owner path, and the minimum Chrome version is stated honestly as 116 — the real floor for the OPFS SQLite backend.

Privacy. No telemetry was added. The new post-uninstall feedback page receives only the extension version and interface language — no identifier, no usage data, no chat content. Support bundles stay content-free: no prompts, page content, file names, API keys, raw provider responses, or console logs.

See CHANGELOG.md for the complete list.

What's Changed

Full Changelog: 0.12.3...0.12.4