Plan modification race condition

reproduction:

  • in plan mode agent asks me a question in regards to the plan with options (a/b/c)
  • i dont select question i write in the text box where i write more detailed answer or an option that was not provided
  • when i send message, the agent first recognizes the question unanswered (chooses one on its own) and start modifying the plan (e.g. to fulfill option b)
  • while that is happening, the chat continues, agent is thinking and only here it sees the message i sent manually
  • realizes i wanted an option that was not provided and start modifying the plan
  • now both modifications are happening at the same time

Version: 2.3.10 (user setup)
VSCode Version: 1.105.1
Commit: af6d64e4848e6185e482a2de5bac040191c8d790
Date: 2025-12-29T03:56:22.219Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.19045

request id: 30878425-6e47-47f9-99a6-ceb1a2ccac8c

Hey, thanks for the report. This is indeed a race condition: when you manually type a reply, the agent already starts automatically selecting an option and modifying the plan, then it reads your message and runs a second modification in parallel.

I’ve passed this on to the dev team. For now, to avoid the issue, it’s best to select options directly in the UI instead of typing in the text box.

Let me know if this is critically blocking your work.

1 Like