Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Three related Build Mode UX bugs that break trust in parallel builds and progress tracking. All happen while iterating a plan in Build/Plan mode, then committing to build.
Bug 1 - “Build in parallel” appears to spawn a duplicate conflicting agent
I iterate on a complicated plan with the agent (go back and forth refining recommendations) before committing. When I commit and choose the dropdown option to build in parallel, I immediately get an error-style response along the lines of: the agent is already working on that / finishing in the background.
I did not send a second prompt after clicking build in parallel. It feels like Cursor launches two parallel threads with the same instruction set; the first starts work, then the second tries to start the same work, hits a conflict, and then just waits on the background job so it can “update me” instead of joining as a real parallel worker. Parallel build does not feel like it is actually helping; it looks like a duplicate kickoff.
Bug 2 - Build checklist / todos stop updating mid-build
During the build phase, the agent issues a checklist (often ~10 items). The UI often marks only one item complete, then never updates again. When the build finishes I get a completion notification, but the checklist still stays stale. If I prompt the agent about it after the fact, it will update the list retrospectively - which is useless for gauging progress and ETA while the build is running. I rely on that list to understand where the build is.
Bug 3 - Hard to interrupt / collaborate mid-build
While a build is running, I often want to add clarifying info or correct course (either because the agent said something that triggered a thought, or because I kept thinking about the problem). Successful interrupt / mid-run collaboration is unreliable. The workaround that works for me is clicking Multitask and sending the info that way, but that is not an elegant way to collaborate on an in-progress build.
Steps to Reproduce
Bug 1
Open Plan/Build mode on a non-trivial feature.
Iterate with the agent several times refining the plan (do not build yet).
Commit to the plan and choose Build in parallel from the dropdown.
Observe: immediate conflict / “already working on that” style response without any further user action.
Bug 2
Start a build that produces a multi-item checklist/todo list.
Watch the checklist as tools complete.
Observe: list marks ~1 item done, then freezes for the rest of the run.
When build completes/notifies, checklist still not fully updated unless you ask the agent afterward.
Bug 3
Start a long build.
Try to send additional guidance / corrections in the same thread while it runs (without Multitask).
Observe: interrupt/collaboration is unreliable.
Using Multitask to send the same message works better, but feels like a workaround.
Expected Behavior
Parallel build: one coordinated parallel build that either waits for a clean handoff or spins workers that divide the plan - not a second agent that races the first and errors with “already working.”
Checklist: todos update as each item completes, and reflect final state when the build finishes.
Interrupt: a clear, reliable way to inject mid-build guidance without relying on Multitask as the primary path.
Operating System
Windows 10/11
Version Information
Version: 3.3.16 (system setup)
VSCode Version: 1.105.1
Commit: 7f0f522221d0ba220e4edb766bb3c47c08c14ab0
Date: 2026-05-06T20:40:56.501Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue