Wait For Companion Progress
companion_waitWait for the companion to emit events after a cursor, finish, or time out. Use after companion_start for incremental progress updates.
Instructions
Wait until the companion emits events after sinceCursor, finishes, or timeoutMs elapses. Use after companion_start for smoother progress updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| timeoutMs | No | How long to wait for new progress. Defaults to 60000 ms; max 300000 ms. | |
| sinceCursor | No | Only return events with id >= sinceCursor. companion_start returns eventCursor for this. |