Send a message to a subagent
sendQueue a follow-up prompt for a subagent. If the subagent is busy, the message is queued and sent when the current turn finishes. For stopped or dead subagents, resume them first.
Instructions
Send a follow-up prompt to a subagent. While a turn is running the message is queued in FIFO order and starts as the next turn once the current one finishes (turns are strictly serialized per session). Stopped/dead subagents must be resumed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subagent handle returned by spawn, e.g. 'coder-auth' | |
| text | Yes | Message text |