There’s a bug in accepting the changes made by Cursor’s agent mode

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When the agent mode makes changes to a file, I see the “Review Next” button at the bottom. However, when I navigate to the specific file where the changes were made, Cursor doesn’t change the button to “Undo All”, “Keep All”.

This issue has been occurring intermittently since yesterday — even after closing and restarting the Cursor application. Sometimes it works correctly, and sometimes it doesn’t.

Steps to Reproduce

Try to replicate the issue by using agent mode to make any code updates in the files using cursor and navigate to the specific file in which updates have been made.

Expected Behavior

The button in the bottom should change from “review next file” to “undo all” and “keep all” when viewing the modified file.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.69
VSCode Version: 1.99.3
Commit: 63fcac100bd5d5749f2a98aa47d65f6eca61db30
Date: 2025-11-07T18:21:29.650Z
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

Sometimes - I can sometimes use Cursor

1 Like

Hey, thanks for the report. This is a known state management bug in the review system in v2.0.69 that we’re tracking. Similar cases show review buttons can fail to update correctly when switching between files.

To investigate your case, please share:

  • Console errors: Help → Toggle Developer Tools → Console — screenshot any errors when you open the modified file
  • File types: does the issue occur with specific types (.yaml, .py, .conf) or with all files?

Let me know what you find!

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