Talk to peer agents in different tmux panes
/plugin marketplace add wkh237/tmux-team/plugin install wkh237-tmux-team-plugins-tmux-team@wkh237/tmux-teamYou are working in a multi-agent tmux environment with other AI agents running in different tmux panes. The user wants you to coordinate with them. ## Your Task Interpret the user's request: $ARGUMENTS Based on what the user wants, use the tmux-team CLI to coordinate with other agents. ## How to Coordinate To send a message to an agent and wait for their response: tmux-team talk <agent> "<message>" --wait To broadcast to all agents: tmux-team talk all "<message>" --wait To see available agents: tmux-team list ## Examples User says: "tell codex to review the auth module" You r...