Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In Cursor’s AI chat interface, when the AI modifies a file and the user clicks the “Review” button, a Review window appears to display the changes. However, this window cannot be closed - there is neither a close button (
) nor a confirm button (✓). More seriously, even after committing changes via git commands, deleting history records, clearing Cursor state, and restarting the application multiple times, the Review window still cannot be closed.
Steps to Reproduce
- In Cursor’s AI chat interface, ask the AI to modify a file (e.g., add a comment line at the end of regex.c)
- After the AI completes the modification, the interface shows “1 File” and “regex.c +2”
- Click the “Review” button in the top right corner
- The Review window appears, showing the title “Review: 文件夹聊天记录问题” and the specific file changes (showing the newly added comment on line 2658)
- Attempt to close the window - Cannot be closed
- Attempt various solutions (see details below) - All ineffective
Expected Behavior
Expected Behavior
- The Review window should provide a close button (typically
in the top right corner) - Or provide a confirm/accept button (✓) to close the window
- After the user commits changes via git commit, the Review window should automatically close or at least be manually closable
- Users should be able to easily exit the Review view
Actual Behavior
- The Review window only has a “Commit” button and a three-dot menu (…)
- No obvious close or confirm button
- Regardless of what actions are taken, the window cannot be closed
- The “Commit” button in the window has no effect or does not close the window
- Users are trapped in the Review interface, unable to return to the normal editing view
Previous Behavior
The user mentioned that this window previously had a checkmark button, indicating this is a regression bug - previous versions had a closing mechanism (likely a ✓ confirm button), but it disappeared after an update.
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.17
VSCode Version: 1.105.1
Commit: cf858ca030e9c9a99ea444ec6efcbcfc40bfda70
Date: 2025-12-11T18:30:06.649Z
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
For AI issues: which model did you use?
ALL
Does this stop you from using Cursor
No - Cursor works, but with this issue
