New Features
- Nimbalyst-branded Android launcher icon, replacing the generic Android stock icon.
- Claude Sonnet 5 is now selectable across the Claude chat, Claude Agent, and Claude Code CLI providers (Sonnet 4.6 remains available as a pinned choice).
- Start a new coding session by voice — say "create a new session" on desktop or mobile; on mobile it now opens the new session automatically on the device you asked from.
- The mobile floating mic shows what the voice agent is doing — an animated ring and a tool icon appear while it runs a tool.
- Voice mode on mobile can now find sessions by topic, switch sessions, summarize a session (including the agent's latest notes and any question it's waiting on), answer a session's pending question by voice, and send coding tasks to your desktop.
- Choose the voice model and reasoning level in Voice Mode settings.
- Dart syntax highlighting in the Monaco editor.
Improvements
- Claude Code CLI sessions defer MCP tool schema loading, cutting baseline context usage.
Fixed
- New AI sessions now appear immediately instead of waiting for sync to connect.
- Linking tracker items now reliably updates both sides and no longer goes stale or drops an item's other links after syncing — including when the AI sets the link.
- Tracker relationship fields no longer get cleared or dropped by concurrent syncs.
- Structured prompts stay visible in the transcript when tool calls are hidden.
- Windows: Claude Code CLI sessions launch reliably, including with multi-line system prompts.
- Mobile voice mode now shows clear Pause and Cancel buttons by the floating mic, so a single tap reliably pauses or stops voice mode.
- Another session can now read an OpenAI Codex session's last reply through the session-summary tools, matching Claude Code sessions.
- Voice mode now always speaks in your configured preferred language, including on mobile, instead of sometimes starting up in a different language.
- The iOS voice agent now reliably speaks its response when it wakes up after a coding agent finishes a task.
- Voice replies no longer speed up or skip near the end of longer responses.
- Mobile voice replies no longer garble, overlap, or click — responses play one at a time and fade out cleanly when you interrupt.
Commits
- Release v0.66.6
- feat(android): add branded launcher icon (#700)
- fix(claude-cli): launch claude.exe/.cmd on Windows instead of the npm shim (#713)
- build(android): disable Room schema export to fix CI Empty schema file race (#703)
- fix: unblock new session creation during sync connect (#716)
- fix: keep structured prompts visible when tool calls are hidden (#715)
- fix(electron): defer MCP tool schemas in CLI sessions via ENABLE_TOOL_SEARCH (#681)
- fix: add Dart syntax highlighting in Monaco editor (#706)
- feat: add Claude Sonnet 5 and upgrade claude-agent-sdk
- fix: keep tracker relationship fields consistent across sync (NIM-1305)
- feat: mobile voice opens new sessions and shows tool-call activity
- fix: stop garbled and clicking voice audio on iOS
- fix: make mobile voice mode pausable and stoppable from the floating mic
- feat: voice agent surfaces and answers a session's pending prompts
- fix: capture OpenAI Codex assistant output in session store
- fix: mobile voice agent summarizes a session by id, not its title
- feat: voice session management on mobile, plus audio and reliability fixes
- fix: pin voice agent language and fix iOS wake-from-sleep audio
- Release v0.66.5
- feat: move tracker Sessions section to top of item detail
Downloads
- macOS: Download the .dmg file
- Windows: Download the .exe file
- Linux: Download the .AppImage file