Copilot often stops after saying what it plans to do next and requires my to tell it to continue #184524
Replies: 5 comments 6 replies
-
|
Hi! This is actually expected behavior for the Agent mode, though it can be frustrating. It is not a bug; it is a "Human-in-the-Loop" safety guardrail.The Agent is trained to follow a Plan |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I'd expect it to at least ask me if it should continue. Having some kind of system native notification if the current agent session is not in focus would be helpful as well. I'll try adding these custom instructions and see how it works then. |
Beta Was this translation helpful? Give feedback.
-
|
This is not a feature and only happens with GPT 5 models. That's why I stick to Claude. If I tell it to do a series of steps and it creates a task list it should complete the tasks without me telling it to continue between each task. (which cost a credit each step mind you). For example telling GPT 5.2 to analyze some attached files and then output a markdown file at a given location with a code review.
while working it will output. so you have to type "continue" - one credit for the following response so you have to type "continue" - one more credit to get the thing you asked for. So instead of one credit this whole exchange costs 3. The stuff it is outputting is it's reasoning and then it stops and waits for continue. Every Claude model and even gpt-5-mini will do all steps without stopping and produce the file without stopping once. This is new behavior and it is wrong; The agents shouldn't be designed to nickel and dime us. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
I'm having the same issue with MAI-Code-1-Flash. It will run for a while, implementing some part of the plan but will eventually "finish", displaying "What changed" and "Validation" lists even though it's nowhere near being done. I keep having to ask it again and again to complete all items on the plan. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
Copilot Agent Mode
Body
When using Copilot in VS Code (GPT 5.2 model), it often says what it will do next and just stops. This requires me to type "continue" and then it proceeds with whatever it said it will do. Sometimes, I need to tell it to continue a few times, as even after telling it to continue, it will say again what it's planning to do and stop again. This often happens in the middle of the task, after it has already done quite a few changes.
This makes it harder manage a few agents running locally in parallel, as I need to monitor if they are actually doing anything or waiting for me.
Is it a bug, or should I update its instructions and just tell it to do whatever it plans to do next without waiting for confirmation? It might be a bit risky...
Some examples after it just stops without even asking me for confirmation or anything:
etc.
Beta Was this translation helpful? Give feedback.
All reactions