Toggle agents with ctrl+alt+j goes top

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

toggle agents with ctrl+alt+j goes top, even more top than Chat view scroll position resets when switching between conversations

Steps to Reproduce

toggle agents with ctrl+alt+j

Expected Behavior

keep at chat bottom

Operating System

Windows 10/11

Version Information

Version: 3.6.31 (user setup)
VS Code Extension API: 1.105.1
Commit: 81fcf2931d7687b4ff3f3017858d0c6dee7e2a60
Date: 2026-05-31T17:46:29.630Z
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
xterm.js: 6.1.0-beta.220
OS: Windows_NT arm64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known bug from the scroll-reset cluster. When you toggle or hide or show the agents panel, the chat remounts and scrolls to the top instead of keeping the position at the bottom. The Ctrl+Alt+J option moves more than a regular tab switch because it does a full remount of the panel.

The issue is reported and tracked, but I can’t share a timeline for the fix yet.

As a temporary workaround, if you don’t collapse the agents panel using the shortcut and keep it open, the remount won’t trigger and the position won’t reset.

Updating to the current version won’t fix this specific case, but it’s still worth installing for other fixes. If there’s progress on this problem, I’ll reply here.