Agent Review loses the findings

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Agent Review spends a large amount of tokens / requests and the findings disappear after doing something else in the Cursor UI like switching tabs, as if you didn’t run the Agent Review. There’s no way to retrieve the findings.

Steps to Reproduce

Run Agent Review, open an editor tab with one finding, then do something else in the Cursor UI, like switching tabs. The editor tab with the finding will disappear and the Agent Review UI will look like you never ran it. No findings anywhere, no way to retrieve them.

Expected Behavior

The findings should persist. They should survive using Cursor. They should be retrievable.

Operating System

MacOS

Version Information

Version: 2.4.37
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. It looks like a state-saving bug in Agent Review. The results should definitely persist when you switch tabs.

A couple quick questions to narrow it down:

  1. Are you using Agent Review from the agent comparison view, via the “Find Issues” button after an agent response, or from the Source Control tab?
  2. Does this happen every time consistently, or only sometimes?

Share those details and I’ll pass it along to the team.

Hi Dean,

To answer your questions:

  1. I’m using it from the Source Control tab.
  2. I don’t know if it happens consistently or what exact interaction with the Cursor UI triggered it. It could have been a tab switch, or maybe I closed / opened the chat panel (Cmd+Option B), or clicked on another file in the source control tab. I can’t remember. All I know is that I was looking at the finding in the editor window, then I did something with completely normal like the things I mentioned, and when I went looking for the finding it was gone and the findings in the Agent Review UI vanished at the same time.

Sorry I can’t be more precise, I would love to help you pin it down, but it’s quite a costly exercise.

Maybe this might be a hint: I did get a message that “inline diffs have been disabled because they’re too long” or something like that. I see there’s bug reports of vanishing inline diffs, maybe it’s related?

Thanks for the extra details, especially the hint about “inline diffs have been disabled because they’re too long.” That’s really helpful. This could be related. It looks like when inline diffs get disabled due to size, the review state can get out of sync and the findings disappear.

I’ll pass this to the team with the details. There isn’t a specific workaround yet, but if you can reproduce it, please watch whether that inline diffs message shows up every time right before the findings disappear. That would help confirm the connection.

Let me know if you notice any pattern.

Ok, I’m not sure what causes the inline diffs to get too long, I couldn’t find anything about that message, but I suspect it may be related to not having reviewed 64 changed files that Cursor was expecting me to review. But I re-enabled the diffs (clicked the button to do that on the message itself), and reviewed (accepted) all the changes. Maybe that will take care of the bug I reported, I don’t know. And I won’t know because it was too expensive to use. There’s other ways to get agent reviews that are much cheaper.

1 Like

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