Feature: Real-time Steering (Mid-generation prompting / Coaching) #10933
shdomi8599
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I'd like to claim this issue. I have experience building this architecture (@steer-agent/core) and would love to contribute a native integration to Continue. Please let me know if I can go ahead and open a draft PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like
I would like the ability to provide "steering" advice or corrections to the Continue agent while it is in the middle of generating a response or executing an autonomous loop, without having to stop/cancel the current generation.
How it would work:
Why is this needed?
When watching the AI write code, developers often spot an incorrect assumption early on. Stopping the generation abruptly loses the current context and forces a restart. A "steering queue" allows true pair programming, where the human can gently nudge the AI back on track without breaking its momentum.
Note: I am the author of
@steer-agent/coreand am currently building this natively into Roo Code. I think Continue's architecture (especially with its powerful autocomplete and chat features) would be a perfect fit for this paradigm.Proposed Solution
Implement a simple
SteeringQueuethat intercepts the message flow between the UI and the Agent Loop, injecting pending advice just before the nextexecuteor LLM prompt generation step.Beta Was this translation helpful? Give feedback.
All reactions