Launching today

agent-manager
The fastest workflow for developing with AI
77 followers
The fastest workflow for developing with AI
77 followers
Run Claude Code, Codex, OpenCode, Gemini CLI, Grok and Pi in one tmux list with live status per session. space answers a blocked agent without attaching, f forks the conversation into a named sibling, T pins a plain shell next to the agents, and ctrl+r opens whole-file diffs where line comments go back as one review prompt. Sessions can spawn into their own git worktrees. Ordinary tmux sessions survive quitting the manager. One Go binary, Apache-2.0. macOS, Linux, Windows via WSL2.









agent-manager
agent-manager is the fastest way I have found to work with coding agents, and everything in it is one keypress.
space on a group starts an agent in the right directory from a single sentence. space on a session answers one that is blocked, without attaching. ctrl+r opens what it changed as whole files, where a comment on a line goes back to that agent as a review prompt. f forks a conversation into a named sibling, T pins a plain shell next to the agents, and yesterday's release added the arrow keys for stepping in and out of a pane.
It runs on tmux rather than replacing it. Sessions are ordinary tmux sessions on their own socket, so quitting the manager leaves every agent running and your own tmux config untouched. Claude Code, Codex, OpenCode, Gemini CLI, Grok and Pi come with status rules, and any other CLI runs as a session right away.
Honest about the scope: cost tracking is not there, and the wheel scrolls but everything else is keys. Go, Apache-2.0, one binary, no daemon.
Happy to hear what breaks for you.
Gotcha
Looks cool! I’m gonna give it a try! For some reason, though, the website link doesn’t seem to work.
agent-manager
@rishabh_bajpai24 Thanks! Just checked it from a couple of networks and agent-manager.dev is answering fine, so it may have been a blip while I was pushing a change to the site. If it is still dead for you I would like to know what you see.
In the meantime the install is brew install yoanwai/tap/agent-manager, and the repo is github.com/YoanWai/agent-manager if you want to skip the site entirely.
Gotcha
@yoan_wainmann Thanks for sharing the github link!
agent-manager
One thing I did not expect: review mode became the reason I keep it open, more than the list did.
It started as a way to see which agent was blocked. Then I kept attaching just to read diffs, so ctrl+r grew into whole-file diffs where a comment on a line goes back to the agent as one review prompt. Yesterday's release added stepping in and out of a pane with the arrow keys, which sounds trivial and is now the thing I press most.
If you run more than one agent: where does your time actually go, watching them or reviewing what they wrote?