All releases
Early Access

v0.1.13 — A real file editor, custom themes, and faster everything

The file viewer is now a real editor. Syntax highlighting, proper edit handling, and a conflict resolver when two changes land at once. Pending diffs live in a new Changes tab.

Custom themes. Save your own, rename them, delete them, drag them into the order you like. There's a dedicated Theme Editor sub-page in Settings.

Remote sync survives crashes. The mutation queue persists across restarts, with a Pending Sync panel that shows you what's waiting. End-to-end encryption got a round of hardening so transient failures and concurrent rekeys don't drop you.

The whole app feels faster. Chat paints instantly with on-demand history paging, large session histories cost less server I/O, and Server-Timing in DevTools lets you actually see where time goes. The Electron shell now supervises the backend and restarts it if it crashes.

Website refresh. A new animated 3D hero on the homepage, docs moved to /docs, and a dedicated releases page (you're reading it).

Also:

  • Agent questions now surface as a toast instead of getting buried in chat
  • Fullscreen state syncs reliably on macOS
  • Lingering agent processes get cleaned up after their turn ends
  • Stdout from adapters is capped at 32 MB so a runaway tool can't eat memory
  • Diagnostics now write to settings/diagnostics