Send a message to a running Capy thread
capy_messageSend follow-up instructions to an existing Capy thread to steer its work, answer questions, correct its approach, or request a pull request. Choose interrupt to cut into progress or queue to wait.
Instructions
Send a follow-up instruction into an existing Capy thread: steer it, answer a question it asked, correct its approach, or ask it to do more work. This is also how you get the agent to open a pull request, since the Capy API has no PR endpoint of its own.
Use mode "interrupt" to cut into work in progress, or "queue" to have the message picked up when the current turn finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | How to deliver the message. "interrupt" stops what the agent is doing now; "queue" waits for the current turn to end. | |
| model | No | Switch the Captain model for this turn. | |
| message | Yes | The instruction to send. | |
| reasoning | No | Captain reasoning effort for this turn. | |
| thread_id | Yes | Thread id, e.g. "jam_123". | |
| build_model | No | Switch the build model for this turn. |