Releases: swarajbachu/zuse
Releases · swarajbachu/zuse
Release list
0.8.3
0.8.1
Fix Zuse mac updater identity (#211) Fix mac updater identity for Zuse
0.8.0
0.7.1
Release v0.7.1 (#196) * Fix renderer typecheck * Release v0.7.1
0.7.0
What's new in 0.7.0
Changed
- Surface supervised-mode permission prompts in sidebar and tabs (#184)
- Render inline chat Edit diffs with @pierre/diffs library (#183)
- Auto-scroll on send and cap tool box height (#182)
- Fix false "Requires Claude Pro" gate for paid Claude logins (#179)
- Add goal mode support for the Grok provider (#181)
- Surface Claude auth failures as an in-app "Sign in to Claude" card (#180)
- Compact composer trays into a unified pill stack (#178)
- Cap collapsed tool row width (#176)
- Unify composer + bubble pill styling (#175)
- Auto-publish releases instead of drafts (#174)
Full Changelog: v0.6.1...v0.7.0
0.6.1
What's new in 0.6.1
Changed
- [codex] Fix queue resume after stop (#172)
- Base new worktrees on origin's default branch, not stale local HEAD (#171)
- Persist composer drafts (#168)
- Dock-style hover-reveal for the left sidebar (#170)
Full Changelog: v0.6.0...v0.6.1
0.6.0
What's new in 0.6.0
Changed
- Add tokenmaxer onboarding and usage fixes (#166)
- Add multi-source token usage dashboard (#164)
- Drive the agent browser with real input + a rendered cursor (#165)
- [codex] Show active task in project plan header (#160)
- Make release skill available to Claude and Codex (#163)
Full Changelog: v0.5.0...v0.6.0
0.5.0
What's new in 0.5.0
Added
- Worktree setup now streams live progress in the app, with a dedicated setup card and the Run action moved into the top bar for faster project startup. (#159)
- The right sidebar can be customized as a panel dock, making terminal, browser, files, and supporting tools easier to arrange per workflow. (#156)
- Codex goal mode is supported in chat sessions, giving agents a persistent objective and visible goal state during longer work. (#151)
- Context window and usage-limit status popovers expose model usage and limit state without digging through raw provider output. (#154)
- The website now has a direct download route for the latest signed macOS build. (#150)
- Codex feature controls are gated by CLI capability, with fast mode surfaced only when the installed CLI can support it. (#158)
Changed
- Worktree creation is faster, Pokemon chips are cleaner, and rare unlocks now appear as toasts instead of taking over the chip UI. (#157)
- Code annotation composition and navigation are more polished, including clearer tray behavior and source reveal handling. (#153)
- Loading states now use a simpler solid spinner treatment instead of the previous dotted loader set. (#155)
Fixed
- Claude sessions now initialize with the correct worktree current working directory, so prompts run in the intended workspace. (#161)
- Project Plan tray parsing supports newer TaskCreate and TaskUpdate tool event shapes. (#152)
Full Changelog: v0.4.0...v0.5.0
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
0.3.3
What's new in 0.3.3
Added
- Claude provider updates: Opus 4.8 and Ultracode model options, plus plan mode now always routes edits through prompts. (#111)
- ACP agents (Grok, Gemini, Cursor) can execute real terminal/output commands instead of rendering terminal requests as inert tool calls. (#112)
- In-app agent browser control drives the existing Electron webview, so agents can navigate and inspect pages without opening a separate browser surface. (#117)
- Top bar can now show live CI state and offers direct merge / auto-merge actions. (#113)
- Provider cards surface available CLI updates for supported providers. (#114)
- Claude fast mode toggle for faster lower-latency Claude sessions. (#119)
- Archive cleanup scripts and related repository cleanup controls. (#120)
- Repository branch toolbar for faster branch/context switching. (#124)
Changed
- Markdown rendering is more polished and consistent in chat output. (#121)
- Grok access detection now accepts X Premium+ / SuperGrok entitlements. (#122)
Fixed
- Grok sessions no longer abort mid-turn when the ACP child surfaces transient
AuthorizationRequirednoise insidesession/updateerror frames while the turn is still completing normally. The shared ACP translator now filters that frame on the grok channel so in-flight prompts aren't rejected and the session doesn't flip to idle prematurely. - New chats run inside their selected worktree and create branches from a fresh
originbase. (#115) - Codex tool translation handles the current tool event shape correctly. (#123)
Full Changelog: v0.3.2...v0.3.3