0.4.0
What's new in 0.4.0
Added
- Worktree setup scripts can now run per project/worktree, giving agents a first-class way to prepare dependencies and local environment before starting work. (#126)
- Mermaid diagrams render directly in markdown responses. (#128)
- Chat titles and worktree branches can be generated from the first user message, making new agent runs easier to scan and easier to identify in git. (#129)
- GPT-5.5 Codex is available in the Codex model picker. (#130)
- Chat rows now include state icons for faster scanning across idle, running, and attention-needed sessions. (#132)
- Agent completion sounds and deeper permission diagnostics make long-running work and blocked permission flows easier to notice and debug. (#133)
- Agent message queue persistence keeps queued follow-up messages across renderer/server restarts and improves queue handling for multi-message agent workflows. (#136)
- Chats now track read/unread state, with Next unread navigation for moving through updated sessions quickly. (#137)
- Pokémon worktree Pokédex gives the new Pokémon-named worktree system a dedicated browsing surface. (#140)
- Code annotations composer adds a richer composer path for referencing and annotating source code while prompting agents. (#141)
- Public Memoize landing site. (#142)
Changed
- Grok auth noise is hidden more aggressively and agent activity is grouped for a cleaner timeline. (#127)
- Claude Ultracode UI is refined so the new model/provider controls fit the rest of the provider experience. (#131)
- Loaders were standardized around a smoother circle/comet treatment. (#135)
- Renderer iconography moved from Lucide to Hugeicons Pro, with real provider logos replacing generic marks. (#138)
- Changes tab cleanup improves file selection, revert flows, conflict handling, and sidebar diff stats. (#139)
- Renderer surfaces were cleaned up across the app for a tighter, more consistent desktop UI. (#143)
- Renderer icons were polished after the Hugeicons migration. (#144)
- Settings UI was cleaned up for a clearer, denser configuration experience. (#145)
Fixed
- Permission prompts are now delivered reliably mid-turn, preventing stuck or missed approval flows while an agent is running. (#134)
Full Changelog: v0.3.3...v0.4.0