send_message
Send follow-up instructions to an active coding agent session. Messages auto-queue when the agent is busy.
Instructions
Send a message to a coding agent session.
Send follow-up instructions to an active session. Auto-queues if executor is busy.
send_message(session_id="sess123...", prompt="Add error handling")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Message to send | |
| variant | No | Variant (e.g., PLAN) | |
| executor | No | Executor (auto-detected if omitted) | |
| auto_queue | No | Queue if busy (default: true) | |
| session_id | Yes | Session UUID |