We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d540 commit d62b6b1Copy full SHA for d62b6b1
1 file changed
docs/tools/steer.md
@@ -43,10 +43,11 @@ prompt.
43
Use:
44
45
- `/steer <message>` when you want to guide the active run right now.
46
-- `/queue steer` when you want future normal messages to steer active runs by
47
- default.
48
-- `/queue collect` or `/queue followup` when new messages should wait for a
49
- later turn instead of steering the active run.
+- Normal messages already try to steer active runs by default.
+- `/queue collect` or `/queue followup` when you want to choose how messages
+ wait for a later turn if steering is unavailable.
+- `/queue interrupt` when the newest message should replace the active run
50
+ instead of steering it.
51
52
For queue modes and fallback behavior, see [Command queue](/concepts/queue) and
53
[Steering queue](/concepts/queue-steering).
0 commit comments