Changelog
Release notes for the Agent Relay desktop app. Full release artifacts are published on GitHub.
0.1.2
- "Restart to update" now installs the update. On 0.1.0 and 0.1.1 the update downloaded and verified, but clicking restart did nothing and further clicks were ignored. Because the fix has to be in the version doing the updating, anyone on 0.1.0 or 0.1.1 needs to install 0.1.2 manually, once — see Updating. In-app updates work from 0.1.2 onward.
- A real menu-bar icon. The tray showed an unlabelled dark shape; it now shows the Agent Relay mark, and adapts to light and dark menu bars.
- Clicking the menu-bar icon opens the window, not just the menu.
0.1.1
- Agent replies are no longer discarded as failures. A run was judged by scanning the agent's reply for words like "error" or "failed", so ordinary successful turns — "I fixed the error in auth.py" — were reported as provider failures with the reply itself thrown away. The app now reads the structured error the CLI reports instead of guessing from prose.
- Bundles Agent Relay CLI 0.7.6.
0.1.0
The first public release of Agent Relay Desktop.
- Native macOS app (Apple Silicon), signed and notarized.
- Launch and supervise agent runs for Claude Code, Codex, Gemini, and Kimi from one window.
- Live chats: watch every turn, tool call, and file change as a run progresses.
- Per-agent model selection with launch defaults for agent, model, command approval, and rate-limit behavior.
- Automatic rate-limit failover between agents.
- Signed, in-place automatic updates on the stable channel that never interrupt active work without confirmation.
- Local-first: chats and session data stay on your machine.