Show HN: Tmux-agent-switcher: see which Claude/Codex agents need your attention

ymir_e1 pts0 comments

Since the start of this year I ve coded pretty much exclusively by running multiple AI agents in parallel.Having tried a bunch of tools for managing them, I kept coming back to tmux. This is becaues I want to run them on a separate machine as I like being able to close my laptop, or even have long running tasks continue even if I board a flight without WiFi.So I built tmux-agent-switcher, a tmux plugin that gives me a better overview of all of them without replacing tmux as the core tech for managing processes on the server.Ctrl+n opens a sidebar showing windows across all sessions. The sidebar shows the agent s state as icons. After selecting an Idle session it also checkmarks it, so you get indicator if you ve seen it or not. It also has Vim and number-based navigation styles.I didn t want to make a wrapper that would own how agents are launched, so I still run claude or codex normally. The plugin passively looks at tmux metadata, and visible terminal output to infer the agent state.There are downsides with this approach as UI changes or process name changes can break it. I will likely revisit it at some point to look at other approaches, but so far I haven t had any significant issues with it.I mentioned the project in another HN discussion recently and was a bit surprised 25 people starred it as it was just some tool I ve been using that I hacked together. Regardless I figured I d do a proper Show HN: https://github.com/Ymirke/tmux-agent-switcherI m curious to hear what other people on here are using to run agents in the on a separate machine / in the cloud.

tmux agent switcher agents show claude

Related Articles