For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)
For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…
Additional Information
Add any other context about the problem here.
Does this stop you from using Cursor?
Yes - Cursor is unusable
Sometimes - I can sometimes use Cursor
No - Cursor works, but with this issue
The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!
Hi @system,
This isn’t really a bug — Cursor works as intended, I’m just asking whether there’s a CLI argument to choose the startup view (editor vs. Agent panel), since this seems to have changed from a few months ago. Feature request / question rather than something to reproduce. Happy to move it back to the right category if that’s easier on your end.
Hey, thanks for the request. There is a flag for this, it’s just not documented for this exact use case.
Routing to the Agents Window when you run Cursor.exe <folder> only happens if the last active window was the Agents Window. You can work around it like this:
Cursor.exe --classic C:\path\to\folder always opens the classic editor. -n / --new-window and --reuse-window also bypass routing to the Agents Window.
Or break the loop once: Cursor Settings Ctrl+Shift+J → General → Startup → Window Restoration = Last Used Windows, then Ctrl+Shift+P → Open Editor Window, close the Agents Window and quit Cursor from the editor window. After that, normal Cursor.exe <folder> opens the editor again, since routing only triggers if the last active window was the Agents Window.
A configurable opt-out just for the CLI path is on the radar as a separate request, but there’s no ETA yet. Let me know if the flags don’t help.