Skills menu doesn't scroll to the active item when navigating with arrow keys

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When the skills menu is open in the agent input, using the Up/Down arrow keys updates the active selection, but the menu does not automatically scroll to keep the selected option visible. If the active option moves beyond the visible portion of the menu, it remains out of view, making keyboard navigation difficult to follow.

Steps to Reproduce

  1. Focus the agent input field.
  2. Type / and wait for the skills menu to appear.
  3. Use the Up and Down arrow keys to navigate through the menu options.
  4. Continue navigating until the active selection moves beyond the visible portion of the menu.
  5. Observe that the menu does not automatically scroll to keep the active option in view.

Expected Behavior

As the active selection moves past the visible portion, the skills menu should automatically scroll so the selected option remains visible during keyboard navigation.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.7.9 (Universal)
VS Code Extension API: 1.105.1
Commit: e79e90140506f7e19909b732104fb7c8ba2df090
Date: 2026-06-04T01:45:35.449Z
Layout: editor
Build Type: Stable
Release Track: Nightly
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the detailed report. The steps, version, and screen recording really helped, the issue is clear right away.

Confirmed, this is a bug on our side. The slash menu updates the selection when you navigate with the arrow keys, but it doesn’t scroll the container to keep the active item in view, so it goes out of the visible area. I’ve filed it internally.

I can’t share an ETA for the fix yet. I’ll post an update in the thread when I have one.