Appearance/view settings not persisting

Hey, we’re aware of both issues, and there’s a setting for the first one that should help.

  1. Agent is always enabled by default
    Open Cursor Settings (the gear icon in the top-right) and search for Default Layout. You can choose Editor or Editor (Classic) so new windows open in your preferred mode instead of Agent.

If Agent still opens by default after changing it, let me know.

  1. Sidebar position resets when switching to Editor mode
    This is a known regression. You can try this workaround:

  2. Open settings.json (Ctrl + Shift + P > “Preferences: Open User Settings (JSON)”)

  3. Add:

    "workbench.sideBar.location": "right"
    
  4. Make sure the Agent Sidebar is on the opposite side (Layout menu in the top-right).

  5. Restart Cursor.

To be honest, this doesn’t work for everyone, but it’s worth trying.

Related threads:

Let me know how it goes.