MaxBCM
October 31, 2025, 5:34am
1
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
This new switch that toggles between Agents and Editor, if I switch it to Agents the app freezes.
Steps to Reproduce
Toggle to the switch to “Agents”
Expected Behavior
The app switches to the agent UI? I don’t know I never got it to work.
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Cursor version: 2.0.43
VSCode version: 1.99.3
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
deanrie
(Dean Rie)
November 1, 2025, 3:25pm
2
Hey, thanks for the report. We’re seeing similar Agents tab freezes on macOS and Windows in recent versions. Please try:
Check settings.json:
Open Command Palette (CMD+Shift+P) → Preferences: Open User Settings (JSON)
Look for ”workbench.editor.showTabs": "single"
If present, change it to ”multiple" or remove the line
Test in Safe Mode:
Launch from terminal: cursor --disable-extensions to start without extensions
Switch to Agents mode: does it still freeze?
Also helpful:
Clear chat history if you have long conversations saved
Check Activity Monitor during the freeze: what’s the memory usage?
Does this happen across all projects or only some?
Does the same happen when switching to Agents with (CMD+E)?
Let me know what helps!
1 Like
MaxBCM
November 2, 2025, 4:48am
3
Yes, changing “workbench.editor.showTabs” to “multiple” fixed it
Thank you
Are you working on a fix? I very much enjoy the clean single config. However, I can also confirm that changing “workbench.editor.showTabs” to “multiple” fixed this frustrating bug.
system
(system)
Closed
December 9, 2025, 5:34pm
5
This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.