Cursor doesn't show the arrows anymore after a change happens

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When the agents edit a file. I used to show this floating toolbar where I can jump to files by clicking on arrows.

Now it doesn’t show anymore unless I go to an edited file myself. Also It doesn’t show the arrows anymore

Steps to Reproduce

Let an agent change a file and you would notice the arrows are missing

Expected Behavior

I want to see arrows :frowning:

Screenshots / Screen Recordings

Screenshot_2.png

Operating System

Windows 10/11

Version Information

Version: 2.6.22 (system setup)
VSCode Version: 1.105.1
Commit: c6285feaba0ad62603f7c22e72f0a170dc8415a0
Date: 2026-03-27T15:59:31.561Z
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.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, this is a known issue. The review controls moved into the breadcrumb/tab area at the top of the editor after the layout update.

We already added a setting to choose where they show up: Settings > Layout > Review Control Location. You can pick Breadcrumb, at the bottom next to the code, or Island, at the top right. This setting is available in Nightly right now, and it’ll come to Stable in one of the next releases.

If you want to try it now, you can switch to the Nightly release track.

Related threads for reference:

I had breadcrumbs disabled a long time ago so I didn’t notice.
Thank you!