Comment by KingOfCoders
15 hours ago
I let them talk via tmux, two panes, each has an agent and agents know how to send text via tmux to panes.
15 hours ago
I let them talk via tmux, two panes, each has an agent and agents know how to send text via tmux to panes.
This. I built a wrapper Tmux-cli to make this more reliable:
https://pchalasani.github.io/claude-code-tools/tools/tmux-cl...
can this be used to launch subagents in tmux
Yes, it can be used to run any script in another pane, so it can spawn Claude or codex for example. Also see the Tmux-cli “launch” sub-command , it will create a new pane and run a command.