Toggling the new switch to "Agents" freezes the app

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

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

Yes, changing “workbench.editor.showTabs” to “multiple” fixed it :laughing:

Thank you