Check a Capy thread
capy_statusCheck the current state of a Capy agent thread, including its running status, waiting state, tasks, and opened pull requests. Returns immediately without blocking.
Instructions
Get the current state of one Capy agent thread: whether it is running, what it is waiting on, whether it is blocked on a human, its tasks, and any pull requests it has opened. This is a one-shot check that returns immediately. To block until the work is finished, use capy_wait instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Include tags, Slack links, and timestamps. Defaults to false. | |
| thread_id | Yes | Thread id, e.g. "jam_123". |