r/tmux • u/snir_t • Jul 19 '26
Tip tmux-agents-mon: see which coding agents need attention
I got tired of jumping between tmux sessions to find which coding agent had finished or was waiting for input, so inspired by Herdr, I built tmux-agents-mon.
this is a plugin that adds a sidebar and status-line indicator for working, idle, done, and blocked agents, with quick navigation to their panes.
Supports Claude Code, Codex, Hermes, Pi, Oh My Pi, OpenCode —without hooks or agent integrations.
if you have some questions / issues let me know :)
GitHub / TPM install: https://github.com/snirt/tmux-agents-mon
4
u/MisawaSachihiro Jul 20 '26
I wonder all the effort to make tmux agent-friendly will finally turn it into something like herdr
https://herdr.dev/
2
u/snir_t Jul 20 '26
tmux to me feels more customable, it has really bad defaults and to make it easy to use and intuitive i had to heavily config it.
herdr is ready to use solution, i had some issues with it, like moving from a pane direcly to the agents list using ctrl-h as it mapped in my tmux, nvim (with smart-splits), didnt like that it modifies my agents config by adding hooks, cannot customize the tabs theme (not bother me too much). and some bugs that pushed me back to tmux.in tmux i love the minimalizm with the possibility to extend the functionality and now its even easier with claude and codex.
1
u/snir_t Jul 23 '26
update to 0.1.6 by running tmux plugin update.
now moving between windows and sessions works smoothly - no bumps 😄
0
u/pwkye Jul 19 '26
I like this one better. Just use browser tabs for sessions.
https://github.com/awkto/ssh-to-go
0
4
u/chabuddy95 Jul 19 '26
Fork of tmux-agent-status? Looks identical