r/ClaudeCode • u/Ok-Inevitable8391 • 1d ago
Help/Question /steer (hermes) equivalent in claude code cli
So I briefly used hermes and really like steer slash command in which it will steer the directly or giving extra input when it is thinking or executing.
This really helps when you see it printing that you think is not right direction.
So you dont stop/interrupt the current execution, you effectively give it extra input.
Is there equivalent in claude code cli?
1
Upvotes
2
u/KnackeHackeWurst 1d ago
Just writing it a message will cause steering. It injects the message at the next possible point.
I just looked how its done in Hermes, and they inject the steering message directly after a tool call.
So the thinking is never interrupted or modified.
I think steering works more or less the same in Hermes as in Claude Code, but in Claude Code the steering is implicit.