Y
Hacker News
new
|
ask
|
show
|
jobs
by
KingOfCoders
8 days ago
I let them talk via tmux, two panes, each has an agent and agents know how to send text via tmux to panes.
1 comments
d4rkp4ttern
7 days ago
This. I built a wrapper Tmux-cli to make this more reliable:
https://pchalasani.github.io/claude-code-tools/tools/tmux-cl...
link
dominotw
7 days ago
can this be used to launch subagents in tmux
link
d4rkp4ttern
7 days ago
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.
link
https://pchalasani.github.io/claude-code-tools/tools/tmux-cl...