Draft
Conversation
9e4af2d to
2814c33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
This adds mid-run /steer delivery so a user can nudge an active run without interrupting the turn.
The command is now exposed through the gateway and TUI surfaces, queued against the active execution session, and consumed inside the container runtime.
Behavior
Why
This is the main coworker-feel upgrade for active runs: direction can change mid-turn without forcing a restart.
I also aligned the primary runtime behavior with the Hermes reference in ~/examples/hermes-agent, which injects steering into the next completed tool result rather than using a synthetic user turn on the normal path.
Impact
Validation
Notes
I did not run the full npm run test:unit suite locally. This machine is on Node v25.9.0, while the checked-in better-sqlite3 native binary in node_modules was built against an older ABI, so broader runtime-config and DB startup paths are unreliable here.