herdr_wait_output
Wait for a pane's output to match specified text or regex, blocking until the condition is met. Use it to pause until a build or command completes in another agent's pane.
Instructions
Block until a pane's output matches given text (or regex). Useful to wait for a build/command to finish in another agent's pane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | Text (or regex if `regex` is true) to wait for. | |
| regex | No | Treat `match` as a regex. | |
| source | No | Which portion of the pane buffer to read (default: visible). | |
| pane_id | Yes | Pane id to watch. | |
| timeout_ms | No |