Code blocks disappearing when you switch chats

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

the animations seem to have been updated with the chat window in the ide and there are two bugs that ive found.

  1. Code change blocks get removed or hidden from the chat if you change chats and back
  2. you can no loonger click on the title of the code block to open the file

Steps to Reproduce

  1. get ai to make a change, switch to different chat, switch back to original chat
  2. get ai to make a change, try and click on the top of the code block (where it says the file name - highlighted in pink dotted area in the second screenshot)

Expected Behavior

  1. the code blocks should stay there
  2. should open the file when clicking on the top bar (has done since ive been using cursor)

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.10.17 (user setup)
VS Code Extension API: 1.125.0
Commit: c89f45b831621cdc5e951694db44fecd8fab1150
Date: 2026-07-05T06:39:45.228Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report with screenshots and the version info. It really helps.

Both symptoms are known and are related to changes in the chat UI in 3.10.17:

  1. The change blocks disappearing when you switch chats is a render bug, not auto-accept. Edits are always written to disk even if the block isn’t shown, and the review should persist when switching chats. The block disappearing is a defect. We’re tracking the issue, but I can’t share an exact ETA for a fix yet.

  2. Clicking the code block header to open the file is also a known regression, tracked separately. No fix timeline yet.

Workarounds until it’s fixed:

  • You can open files manually from the sidebar or via the Review/diff tab, all changes are still there.
  • If the block disappears after switching chats, the changes are still applied to the files, nothing is lost.

I’ll post an update in the thread as soon as we have one.