0.12.4
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
- Chore/0 12 4 hygiene spike by @Shishir435 in #200
- test(persistence): automate §9.4 gate 4d (SW termination mid-write) by @Shishir435 in #201
- docs: prepare 0.12.4 release by @Shishir435 in #202
- feat: add post-uninstall feedback flow by @Shishir435 in #204
- fix: report provider error context by @Shishir435 in #205
- fix: smooth provider error recovery by @Shishir435 in #206
- fix(errors): report fidelity follow-up for 0.12.4 by @Shishir435 in #207
- release: 0.12.4 by @Shishir435 in #208
Full Changelog: 0.12.3...0.12.4