Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
/steer sends guidance to an already-active run. It is for “adjust this
run while it is still working” moments, not for starting a new turn.
Current session
Use top-level/steer to target the active run for the current session:
- Targets only the current session’s active run.
- Works independently of the session’s
/queuemode. - Does not start a new run when the session is idle.
- Replies with a warning when there is no active run to steer.
- Uses the active runtime’s steering path, so the model sees the guidance at the next supported runtime boundary.
Steer vs queue
/queue steer changes how normal inbound messages behave when they arrive
while a run is active. /steer <message> is an explicit command that tries to
inject that command’s message into the active run at the next supported runtime
boundary, regardless of the stored /queue setting.
Use:
/steer <message>when you want to guide the active run right now./queue steerwhen you want future normal messages to steer active runs by default./queue collector/queue followupwhen new messages should wait for a later turn instead of steering the active run.
Sub-agents
Use/subagents steer when the target is a child run:
/steer does not select a sub-agent by id or list index. It always
targets the current session’s active run. See Sub-agents for
sub-agent ids, labels, and control commands.
ACP sessions
Use/acp steer when the target is an ACP harness session: