Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Issue 1 — Top execution loading indicator missing
While an Agent is running, the top execution loading indicator / animation does not appear.
- After Developer: Reload Window, the UI looks correct for a brief moment, then is visibly rewritten and the loading indicator disappears again.
- Reproduced with:
cursor . --classiccursor --disable-extensions
- Agent execution itself still works (tools / streaming / Stop / diffs), so this appears to be a UI rendering / state hydration bug, not a failed Agent run.
Issue 2 — Open Agent tabs strip / unexpected tab closures
This is not about missing history in the Agents sidebar (sidebar still lists many past conversations).
Symptoms:
- With the Agents sidebar open, the Agent window top tab strip only shows the currently viewed session.
- With the Agents sidebar hidden, previously opened sessions become visible again in the tab strip.
- Closing one open session can unexpectedly close other open sessions (e.g. ~6 open → close 1 → only ~2 remain). Exact trigger is unclear.
Max Tab Count may be related for (3), but the sidebar-open vs sidebar-hidden tab strip behavior plus cross-OS difference suggest a Windows layout/tabs bug.
Expected
- Top execution loading indicator remains visible while the Agent is running (same as on Mac).
- Open Agent tabs remain visible and stable regardless of sidebar visibility; closing one tab should only close that tab (unless Max Tab Count intentionally LRUs inactive tabs).
Actual
- Loading indicator missing after a brief correct flash post-reload.
- Tab strip collapses to the active session when the sidebar is open; closing tabs can drop multiple open sessions.
Steps to reproduce (Windows)
- Install Cursor 3.11.19, use Layout: IDE.
- Open a workspace and start an Agent run → observe missing top loading indicator; optionally Reload Window and watch the brief correct UI then rewrite.
- Open multiple Agent sessions as tabs; toggle Agents sidebar on/off → compare top tab strip.
- Close one open Agent tab → observe other open tabs disappearing.
- Repeat on Mac with the same version → neither issue appears.
Notes
- Local transcripts still exist under
%USERPROFILE%\.cursor\projects\*\agent-transcripts\(data does not appear deleted). - Happy to provide screenshots/screencasts and a Request ID if needed.
Steps to Reproduce
不确定
Screenshots / Screen Recordings

Operating System
Windows 10/11
Version Information
Version: 3.11.19 (user setup)
VS Code Extension API: 1.125.0
Commit: bf249e6efb5b097f23d7e21d7283429f0760b740
Date: 2026-07-12T21:39:24.175Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
Auto
Does this stop you from using Cursor
No - Cursor works, but with this issue