Queued items executing immediately

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When queuing one or more items, they show up in the queue but in about five seconds, without touching keyboard or mouse, all the queued items will fire at once, and interrupt the current flow / agent execution

Steps to Reproduce

Queue up one ore more steps in the Agent mode

Expected Behavior

The next item should execute once the first one is done

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.43 (Universal)
VSCode Version: 1.99.3
Commit: 8e4da76ad196925accaa169efcae28c45454cce0
Date: 2025-10-30T18:49:27.589Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 23.1.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This likely comes down to settings.

Check: Cursor Settings > Agents > Agents > Queue Messages

Make sure it’s set to “Send after current message” (not “Send immediately”). “Send immediately” will run queued items right away instead of waiting for the current task to finish.

Let me know what you find.