docs: add steer command guide

This commit is contained in:
Peter Steinberger
2026-05-03 22:43:42 +01:00
parent d57b16ff81
commit 90a5b08fb7
7 changed files with 93 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ Codex review and manual compaction turns reject same-turn steering. When a
runtime cannot accept steering, OpenClaw falls back to the followup queue where
that mode allows it.
This page explains queue-mode steering for normal inbound messages. For the
explicit `/steer <message>` command, see [Steer](/tools/steer).
## Modes
| Mode | Active-run behavior | Later followup behavior |
@@ -86,5 +89,6 @@ sending the batched `turn/steer`.
## Related
- [Command queue](/concepts/queue)
- [Steer](/tools/steer)
- [Messages](/concepts/messages)
- [Agent loop](/concepts/agent-loop)