Lost button review in agent window

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor changed files in agent window ang gave not review button

Steps to Reproduce

  1. ask cursor in agent mode
  2. after changing code by cursor look on panel

Expected Behavior

Review button appears

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.5.33 (user setup)
VSCode Version: 1.105.1
Commit: aac81804b986d739acab348ed96b8bea6e83cc50
Date: 2026-05-22T06:47:48.039Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
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 report. This looks like a cluster of known Glass bugs around the Review pill visibility, but it’s hard to tell which exact case from the screenshot.

To narrow it down, can you share:

  1. A full screenshot of the whole Cursor window at the moment the Review button should’ve shown up
  2. What happens if you click into the code editor and then back into the agent panel, does the button appear?
  3. Did you previously check Beta settings, and did you maybe enable the Hide Agent Review toggle?

With that, I can link this to the right issue.

Hi
2. No, it doesn’t
3. No Beta. I don’t know how to hide agent review, where is it?

Thanks, the screenshot helps. You do have changes in the file tree (the M markers on Constants.cs, DataMiningGradientTask.cs, DataMiningTaskModuleLoa...), so the Review badge should show up, but it doesn’t. This matches a known set of issues where the Review badge is sometimes not visible in Glass 3,5.x. There’s no ETA for a fix yet.

For now, you can try a couple things:

  • Run Ctrl+Shift+P, then Developer: Reload Window. This often brings the badge back after the agent re-syncs its diff state.
  • To view the diff right now, open Changes with Ctrl+E. You’ll see all modified files there, and you can click any file to view the diff vs HEAD. It’s the same content the Review badge would show.

I’ll attach this thread to the existing report so it’s tracked. If the badge starts showing up reliably after a reload, let me know. That’s a useful signal.

Reload doesn’t help unfortunately
This review button worked earlier, so it’s strange

Yeah, reload doesn’t help in every case of this bug. In some cluster setups, the pill won’t show up at all until you fully restart Cursor. Can you try a full restart not Reload Window, but actually quit and reopen the app and tell me if that fixes it?

While the pill isn’t showing, use Ctrl+E to view the diff. It has the same list of changed files with diffs against HEAD as the Review button.

To help narrow down the regression, do you remember which Cursor version still had the Review button working reliably? If you updated from a specific version and noticed it disappeared right away, that’s a useful signal for the ticket. I can’t share an ETA for a fix yet, but the report is linked to an issue the team is tracking.

I restarted cursor, moreover, I restarted my computer. Unfortunately, I don’t remember version when review button broke

Got it, then this looks like a deeper version of this bug. Neither reload nor a full restart helps. The report is already attached to an existing issue.

One more thing that can help link your case more precisely. When the agent finishes and there’s no Review button, do you have the editor panel open at that moment with the Diff or Pull Request tab? If yes, try closing that tab and see if the pill shows up. There’s a separate sub-case where the pill is hidden specifically when the Diff or PR tab is already open.

I checked it with tab and without, this problem’s the same