You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(steer): opt-in /steer command to steer the running turn (OpenCoven#125)
Adds a discoverable `/steer <message>` command, gated behind a new off-by-
default `steer` Cargo feature (build with `--features steer`).
Behavior:
- While a turn is in flight: queue the message; it auto-runs after the current
turn, mirroring the existing Enter-while-busy queueing (issue OpenCoven#149).
- When idle: submit the message immediately via the auto-submit path.
Implementation reuses the proven queued_messages + pending_auto_submit
mechanisms, so no new turn-dispatch logic is introduced. The command is
registered in PROMPT_SLASH_COMMANDS (feature-gated) for palette/help
discoverability, handled in the CLI main loop, and added to the
prompt_slash_commands_covers_registry allow-list (like /handoff, /stats).
Verified: builds with and without the feature; the coverage test passes in
both configurations; /steer appears in the command palette when enabled.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments