Plan is unreadable during generation

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When opus 4.5 is generating a plan, the scroll jumps up and down rapidly, causing me to not be able to read the plan as its generating. It might be due to the mermaid diagrams becoming invalid while its writing.

Steps to Reproduce

Get opus to generate a plan with diagrams

Expected Behavior

Readable, no jumpy scroll

Operating System

MacOS

Current Cursor Version (Menu β†’ About Cursor β†’ Copy)

Version: 2.3.34 (Universal)
VSCode Version: 1.105.1
Commit: 643ba67cd252e2888e296dd0cf34a0c5d7625b90
Date: 2026-01-10T21:17:10.428Z
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.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Yes I believe this is by design, the LLM is streaming the response, lets say 5 words every second and as it is adding that to the plan file, it keeps getting longer, scroll area changes and I am not sure that is something that could be easily fixed, better just wait for it to finish, takes just a little while. And yes likely diagrams are making it much worse. Do you for example watch a regular code file being edited in real time? Does it happen there as well? What I figured is you can watch the plan being generated in a text preview, not markdown preview

1 Like

Hey thanks for the report. Looks like the team recently worked on several scroll bugs in Plan Mode during streaming - the last fix was on January 8th. Your version is from January 10th, but the fixes might not be fully rolled out yet.

For now the workaround from @liquefy above works - you can open the plan in text preview instead of markdown preview to track generation without jumps.

Can you clarify:

  • Does this happen with any models or only Opus 4.5?
  • If you make the same plan now, does the issue reproduce? If yes - copy the Request ID (Chat context menu > Copy Request ID)

This will help figure out if we need a new ticket or if it’s already covered by recent fixes.

surely there can at least be some smooth scroll mechanism to overcome this added to it or smth? i havent tried other models

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