Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When I queue a message, sometimes it will interrupt the running agent and execute the message immediately and still add the message to the queue at the same time, so the message will be executed twice.
Steps to Reproduce
Send a message 1 to agent
Agent is running
Send message 2 to the agent to add it in the queue
Message 2 is added to the queue
But at the same time, Agent interrupt message 1 execution and start immediately running message 2
Once message 2 is done, the agent is running message 2 again because it was added in the queue
Expected Behavior
When adding message to the queue it should not interrupt the running agent and it should be executed once the agent is done with the ongoing task
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.3.35
VSCode Version: 1.105.1
Commit: cf8353edc265f5e46b798bfb276861d0bf3bf120
Date: 2026-01-13T07:39:18.564Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.2.0
For AI issues: which model did you use?
Opus 4.5
Additional Information
Regression that was already fond several time in previous versions
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
