Incomplete agent diffs: inline + review pane

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Inline diffs AND review pane diffs are incomplete. Reviewing the local unstaged git changes exposes the discrepancy. Similar to previous issues experienced with 2.5.

Steps to Reproduce

Appears to occur in files with a large number of agent changes therein; files with minimal changes display all diffs appropriately.

Expected Behavior

All changes made by the agent are shown as inline diffs AND in the review pane.

Operating System

Linux

Version Information

Version: 3.0.13
VSCode Version: 1.105.1
Commit: 48a15759f53cd5fc9b5c20936ad7d79847d914b0
Date: 2026-04-07T03:05:17.114Z
Layout: editor
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: Linux x64 6.17.0-20-generic

For AI issues: which model did you use?

Opus 4.6

Does this stop you from using Cursor

Partially in that Cursor features are not usable for review. Changes are visible through the native VS Code GIT working tree, though this makes incremental changes more difficult to review (unless frequent staging/commits are performed).

Hey, thanks for the report. This is a known issue with incomplete diffs when the agent makes a lot of changes. The team is aware, and we’ve already shipped a few fixes, but as you can see, it still comes back from time to time.

Related thread with details: Only some diffs are shown whhen agent makes changes

Your report confirms it’s still happening on v3.0.13, I’ve passed it to the team. No ETA yet, but every report like this helps with prioritization.

As a workaround for now, you can check changes via git diff in the terminal or via the Source Control panel. Not ideal, but at least you can see the full picture.