Trapped in Cursor Agents Window?

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

No idea how to get out of agents window mode. I’m stuck with cursor looking like this, cannot figure out how to get back to my editor.

Steps to Reproduce

I entered it, and now no matter what I do it will always open my project back into agents window/mode

Expected Behavior

There’s an easy way to get back to the editor like i want. Why do you keep changing the UI?

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

There’s not even a toolbar button to get you this!!!

Does this stop you from using Cursor

Yes - Cursor is unusable

Just figured out how to get back; check out this lovely UX:

  1. Go to a folder and open Cursor in this folder/project
  2. Open The Cursor Agents Window
  3. You now have a Cursor Editor window & and a Cursor Agents Window

  4. Close both windows
  5. Right click in File Explorer > Open Cursor Here in the original folder/project
  6. A Cursor Agents Window Opens, No Cursor Editor window opens

    You’re now stuck, congrats

  7. Click FIle > Open Cursor Editor Window
  8. This creates a blank editor window.

    If you try to open the folder/project you already have open in the cursor agents window, it does nothing (just focuses the agent window you already have open.

  9. Close the EXISTING Cursor Agent Window
  10. Open the project/folder again via the Editor Window
  11. You have finally escaped Cursor Agent Window

Hey, I can see you’ve already figured it out, but there’s an easier way than closing all the windows.

From the Agents Window, you can get back to the Editor via File > Open Cursor Editor Window, or Ctrl+Shift+N on Windows. That should open the Editor window. The issue is that it may open without your project context. If that happens, just open your folder from the new Editor window.

Totally get the UX feedback. Switching between the Agents Window and the Editor isn’t obvious right now. The team is aware, and a few users have already reported it. Your report helps with prioritization.

Related thread with the solution: Can't get back to standard IDE from agent mode

I’m experiencing the same thing when opening workspaces (containing multiple repos). Last week I had one window showing the agents view and another showing the workspace to view the code and git. Now I can only open the agent view.

When I follow the instruction to “just open your folder from the new Editor window” it just brings the agent window to the front again and doesn’t open the workspace.

Did something change in the latest release to affect this behaviour, or am I missing something?

Hey, this is a known issue. If the Agents Window is already open with a project or workspace, trying to open the same project in the Editor Window just focuses the Agents Window again.

Workaround for workspaces:

  1. Fully close the Agents Window, don’t just minimize it
  2. Reopen Cursor, it should open the Editor Window
  3. Open your workspace from the Editor Window

If Cursor still opens in the Agents Window, try launching it from Terminal:

cursor --classic

Also, can you share your Cursor version and OS? I want to make sure this isn’t a regression from the latest update.

The team is aware of the issue. There’s no ETA for a fix yet, but your report helps with prioritization.

Thanks for the quick response! I’m using macOS Tahoe 26.4.1

Here’s Cursor’s version info:
Version: 3.0.16 (Universal)
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
Layout: glass
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
OS: Darwin arm64 25.4.0

Thanks for the info. Version 3.0.16 on macOS confirms it’s the same known bug with the Agents Window. You don’t need to do anything else, the workaround from the post above should help.

Let me know if cursor --classic doesn’t work.

Good to know, thanks.

cursor –classic didn’t work (I saw zsh: command not found: cursor). Instead I used open /Applications/Cursor.app --args --classic, which did work.

Thanks for the macOS command, it’s useful for anyone who runs into this thread.

Quick note: cursor --classic didn’t work in Terminal because the cursor CLI isn’t installed in PATH. If you install it via Command Palette Cmd+Shift+P > Shell Command: Install ‘cursor’ command in PATH, then cursor --classic will work too. But your option open /Applications/Cursor.app --args --classic is nice because it doesn’t require installing the CLI and works right away.

The Agents Window issue is being tracked. Once there’s an update on the fix, I’ll reply in the thread.