I clicked try the new cursor UI and now have two UI’s or windows or two IDE’s, is the idea I switch between them? I couldn’t figure out how to get the ‘old’ VSCode UI back, then suddenly I got it back. I like the idea of maybe two windows or IDEs as I prefer to see terminal / files and folders - although tools like Claude Code have started to make that more redundant.
Where I would like to leverage this dual IDE is to run multiple agents on a project. Is there any documentation on all this?
The other thing is I would prefer to only see the project I am working on in the left nav vs all my projects as that gets cluttered (in the agent window)
Hey, thanks for the questions. This isn’t a bug. It’s working as designed, and there are docs for it: Agents Window | Cursor Docs
Quick notes:
Two windows is intentional. Agents Window is the new agent-first UI for running agents in parallel. Editor Window is the classic Cursor or VS Code flow with extensions, terminal, and files. You can keep both open or switch between them.
How to switch: Cmd+Shift+P then Open Agents Window or Open Editor Window. In Agents Window, file search is Cmd+P, and content search is Cmd+Shift+F.
Parallel agents on the same project is the main use case for Agents Window. It also supports Worktrees, where each agent works in an isolated Git checkout, then you can review and merge the results. More here: Worktrees | Cursor Docs
About showing only the current project in the left nav: Agents Window is multi-project by design right now, so there isn’t a single-project view toggle.
Let me know if anything else about the new UI is unclear.