Skip to main content

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 会向已经处于活跃状态的运行发送指导。它用于“在这次运行仍在工作时调整它”的场景,而不是用于开始新的轮次。

当前会话

使用顶层 /steer 来定位当前会话的活跃运行:
/steer prefer the smaller patch and keep the tests focused
/tell summarize before making the next tool call
行为:
  • 仅定位当前会话的活跃运行。
  • 独立于会话的 /queue 模式工作。
  • 当会话空闲时,不会开始新的运行。
  • 当没有可供 Steer 的活跃运行时,会回复警告。
  • 使用活跃运行时的 Steering 路径,因此模型会在下一个受支持的运行时边界看到这条指导。

Steer 与队列

/queue steer 会更改普通入站消息在运行活跃时到达的行为方式。/steer <message> 是一个显式命令,会尝试在下一个受支持的运行时边界将该命令的消息注入活跃运行,不受已存储的 /queue 设置影响。 用法:
  • 当你想立即指导活跃运行时,使用 /steer <message>
  • 当你希望之后的普通消息默认对活跃运行执行 Steer 时,使用 /queue steer
  • 当新消息应该等待后续轮次,而不是对活跃运行执行 Steer 时,使用 /queue collect/queue followup
关于队列模式和回退行为,请参阅命令队列Steering queue

子智能体

当目标是子运行时,使用 /subagents steer
/subagents steer 2 focus only on the API surface
顶层 /steer 不会通过 ID 或列表索引选择子智能体。它始终定位当前会话的活跃运行。关于子智能体 ID、标签和控制命令,请参阅子智能体

ACP 会话

当目标是 ACP harness 会话时,使用 /acp steer
/acp steer --session agent:main:acp:codex tighten the repro
关于 ACP 会话选择和运行时行为,请参阅 ACP 智能体

相关