send_message
Send commands and messages to tmux sessions to control AI agents, supporting control characters like Ctrl+C and Ctrl+L for task management.
Instructions
Send a message to a tmux target. Control characters supported: C-c (stop), C-l (clear), etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | tmux target in format "session:window.pane" (e.g., "multiagent:0.5") | |
| message | Yes | Message to send (use C-c for Ctrl+C, C-l for Ctrl+L, etc.) | |
| sendEnter | No | Whether to send Enter after the message |