v0.9.13
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(fonts,deps): bundle Inter/JetBrains Mono, drop font CDNs, bump deps and CI (7a5ec7b)
- fix(daemon,report): handle-free drag, inline failure message, agents ledger docs (909a2c3)
- fix(daemon,skills,report): in-page drag, ledger docs, cleaner report (f63f8ef)
- fix(daemon): drag natively-draggable elements with synthetic HTML5 events (headless Linux never returns mouseup) (9671e31)
- fix(daemon): drive drag with explicit mouse events so it cannot wedge the daemon on headless Linux (b96e9f3)
- fix(daemon): bound drag with an explicit timeout and keep the command budget under the client transport timeout (d4f84b1)
- fix(graal): avoid boxed math in the command watchdog budget; document SPEL_COMMAND_BUDGET_MS in README (cd7807e)
- fix(daemon): guard commands with a watchdog budget so a wedged action cannot freeze the daemon (b8a4e16)
- fix(cli,daemon): raise client transport timeout to 30s and stop forcing page load on evaluate (a66a71f)
- fix(graal): restore primitive coercions and URI type hints (875521d)
- Harden CDP ownership, cut latency, refresh docs (fa87aad)
- Improve native tooling and agent guidance (b591873)
- Add structured CLI errors and diagnostics (b61b22d)
Full Changelog: v0.9.12...v0.9.13