docs: refresh CLI reference for steer --interrupt

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-05 14:57:57 -04:00
parent 4c7115d2ca
commit cf06c0b11e
No known key found for this signature in database

View file

@ -1128,7 +1128,7 @@ fabro steer [OPTIONS] <RUN> [TEXT]
| Option | Description |
| --- | --- |
| `--interrupt` | Interrupt the active API-mode agent round first, then deliver the message as the next user turn (default: append to the steering queue) |
| `--interrupt` | Cancel the in-flight LLM stream / tool calls and deliver the message as the next user turn (default: append to the steering queue) |
| `--server <server>` | Fabro server target: http(s) URL or absolute Unix socket path |
| `--text-stdin` | Read steer text from stdin instead of a positional arg |