Skip to content

v0.33.0

Choose a tag to compare

@YoanWai YoanWai released this 23 Aug 17:30
· 46 commits to main since this release
1e3c953

Run every AI coding agent from one terminal. Claude Code, Codex, OpenCode, Grok, Gemini CLI, and Pi run side by side, each in its own tmux session, with live status, a project tree, quick prompts, and full-file diff review. Runs on macOS and Linux, and on Windows inside WSL2. See it running.

v0.33.0

Command Code joins the built-in tools: its sessions now get live status, prompt delivery, and exact revival out of the box, driven by a default [tools.command-code] block whose status rules were captured from the tool's real TUI and whose session_store resumes a conversation by its exact id. Two list fixes land alongside. Deleting or archiving a session clears its row on the same frame instead of lingering until the next poll, and a working pane whose turn died without an end marker settles after a 15-second quiet window instead of showing working forever.

Thank you

  • @dolutech asked for Command Code support (#380) and then built it (#385), deriving every status rule from live captures of Command Code's own TUI and verifying revive against real sessions. Their follow-up on recovering a session's exact conversation after a reboot (#388) is shaping what comes next.
  • Thanks to everyone who opened issues, tested builds, and reported what broke; this release exists because you did.

What's Changed

  • feat(config): add Command Code as a built-in tool by @dolutech in #385
  • fix(ui): drop deleted and archived rows the moment they are confirmed by @YoanWai in #389
  • fix(ui): settle a working pane whose spinner row outlived its turn by @YoanWai in #393

Full Changelog: v0.32.2...v0.33.0

Install

# macOS / Linux
brew install yoanwai/tap/agent-manager
curl -fsSL https://raw.githubusercontent.com/YoanWai/agent-manager/main/install.sh | sh
mise use -g ubi:YoanWai/agent-manager
go install github.com/YoanWai/agent-manager@latest

# Arch Linux
yay -S agent-manager-bin

Prebuilt macOS and Linux binaries are attached below. Windows runs it inside WSL2.

Get involved

Discussions for questions and setups, issues for bugs and ideas, CONTRIBUTING.md to send a patch.