New Features
- Run agent sessions on the genuine Claude Code CLI using your Claude Pro/Max subscription (no API metering), with the same live transcript, file tracking, and interactive prompts as the built-in agents — plus a resizable raw-terminal drawer that auto-reveals when the CLI opens a native picker (
/model,/login, …). - Import GitHub issues into the tracker as native bug, task, or feature items that link back to the source, with one-click re-snapshot to pull the latest title, status, and body. Uses your installed
ghlogin.
Fixed
- Restarting the app no longer relaunches every Claude Code CLI session at once (which stampeded the subscription rate limit and failed turns) — only the focused window's session resumes; background windows resume when you switch to them.
- Smart Commit (and any queued prompt) on a Claude Code CLI session now runs immediately instead of sitting queued when the CLI is idle.
- In Multi-Project mode, a project's tracker list no longer shows another open project's items. (#591)
- Docs a session just created now sync to mobile immediately, and tapping their transcript link on mobile waits for the doc to sync instead of dead-ending with "not synced to this device".
- Launching an action in a new session with a different provider's model (e.g. "Implement in Codex" from a Claude session) no longer fails with a model-identifier error.
- Synced tracker item bodies containing lists or links now load for teammates instead of appearing blank.
- Voice mode connects again after OpenAI retired the Realtime Beta API (migrated desktop and iOS to the GA shape).
- Renaming or moving a project no longer fails and rolls back on the SQLite backend.
- Quick Open remembers your filter selections, and file-mask filters now return matching results.
Commits
- Release v0.65.0
- fix: run queued prompts on idle Claude Code CLI sessions
- fix: stop Claude Code CLI sessions stampeding the rate limit on restart
- fix: Smart Commit now works on Claude Code CLI sessions
- docs: update CLAUDE.md with CHANGELOG guidelines and formatting rules
- feat: run agent sessions on the genuine Claude Code CLI (subscription, no API metering)
- fix: project rename/move failing on the SQLite backend
- fix: stop tracker items leaking across projects in Multi-Project mode
- fix: sync newly created docs to mobile and resolve transcript links on tap
- fix: allow cross-provider model when launching action sessions
- feat: import GitHub issues into the tracker
- fix: remember Quick Open filters
- fix: show masked Quick Open file results
- fix: restore voice mode after OpenAI retired Realtime Beta API
- Release v0.64.5
- fix: enable OpenCode slash autocomplete
- feat: label sync WebSocket connections with platform and version
- docs: add issue-closing guidance to commit proposals - tell agents to include canonical issue references when commits resolve tracked work
- fix: open local markdown links correctly - preserve authored markdown hrefs for document links - resolve ./ and ../ targets from the current document
- fix: let session image viewers copy images
Downloads
- macOS: Download the .dmg file
- Windows: Download the .exe file
- Linux: Download the .AppImage file