Cursor keeps the blank plan content in the latest version

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor keeps the blank plan content in its latest version, even though it says it has created a detailed plan.

Steps to Reproduce

  1. The cursor is asked to create a plan.
  2. After it creates a plan, it displays quite a few detailed steps on the chat screen.
  3. Click to view the plan.

Only a blank page with empty content and 0 Todo items is displayed.

I need another prompt asking it to revise the plan because it’s currently blank. The Cursor will then recreate the plan with the content I expect.

Expected Behavior

A detailed plan should be shown.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.44
VSCode Version: 1.105.1
Commit: 20adc1003928b0f1b99305dbaf845656ff81f5d0
Date: 2025-12-24T21:41:47.598Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.5.0

For AI issues: which model did you use?

Sonnet 4.5, Opus 4.5

Additional Information

I only experienced this problem after updating the cursor to the latest version 2.2.44.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report.

Temporary workaround: try asking the agent to recreate the plan using a text prompt in chat (for example, “recreate the plan, it’s empty”) instead of using the Build button.

To help speed up a fix, could you share:

  • Logs from Help > Toggle Developer Tools > Console when opening the plan
  • Whether this happens with a different model
  • The Request ID from chat when you retry

Also try:

  • Restart Cursor and create the plan in a new chat
  • Close the plan tab, then click Build again

Let me know if this helps.

Also running into this repeatedly.

I see this error in the Console when opening the plan:

workbench.desktop.main.js:13371 Element already has context attribute: editor-instance
KVf	@	workbench.desktop.main.js:13371
createScoped	@	workbench.desktop.main.js:13371
setupFindWidget	@	workbench.desktop.main.js:12208
setInput	@	workbench.desktop.main.js:12208
await in setInput		
doSetInput	@	workbench.desktop.main.js:884
doOpenEditor	@	workbench.desktop.main.js:884
openEditor	@	workbench.desktop.main.js:884
(anonymous)	@	workbench.desktop.main.js:7769
doShowEditor	@	workbench.desktop.main.js:7769
doOpenEditor	@	workbench.desktop.main.js:7769
openEditor	@	workbench.desktop.main.js:7769
openEditor	@	workbench.desktop.main.js:12411
await in openEditor		
onClick	@	workbench.desktop.main.js:12219
(anonymous)	@	workbench.desktop.main.js:889

Happens for all models.
Here is a request ID for a recent chat with at least two plans that had this issue: 857c6560-3edf-4cb3-917c-a3c215055c28

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.