Agent changes no longer show in a file. The only way to see changes is to click the review button.
Steps to Reproduce
Send a prompt that results in the agent making changes. Open the file, no changes show.
Expected Behavior
It should show each section that has changed including the previous and new code, with the ability to keep or undo each section or the whole file. All of these are currently missing (possibly since the last 2 updates, or more)
Hey, thanks for the report. I can see the screenshot, and yep, the inline diff markers and the accept reject buttons are completely missing.
This is a known issue affecting a few users on the latest versions. The team is aware, but we don’t have a clear ETA for a fix yet. Your report helps us prioritize it.
A few things you can try:
Check that inline diffs are enabled: Cursor Settings > Agents > make sure Inline Diffs is on.
Try switching the Layout to agents window and then back to editor. Sometimes this resets the state.
Run Cmd+Shift+P > Developer: Reload Window after switching.
If none of that helps, the current workaround is using the Review button like you’re doing. I’ll update the thread if we get news about the fix.
Thanks for the reply. Inline diffs was off for some reason, so it looks like there may be a bug where this is toggled as I never changed it myself in the settings. I’ve turned it on and it’s all good now.