v0.32.2
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.32.2
An agent that splits its own tmux window no longer takes the manager with it. Claude Code's agent teams run each teammate as a full CLI in a pane beside the leader, and a session-wide tmux target follows whichever pane is focused, so the preview drew a teammate and keystrokes went there too. Every command the manager sends now addresses the agent's own pane and window.
The preview also gets its full panel back: a split window is sized from the room the teammates already hold, so the agent's pane fills the panel instead of a fraction of it, and the teammates keep their share.
What's Changed
- Keep every session command on the agent's own pane when an agent splits its window by @YoanWai in #386
Full Changelog: v0.32.1...v0.32.2
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-binPrebuilt 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.