Default, multiple agent view instances launched at one time; no side chats

I’m experiencing several issues with version 3.11.19 of the AppImage. I was previously using version 3.7.x, and everything worked as expected.

  1. Every time I launch the application, it opens in Agent View, even though I always switch it back to IDE View. In version 3.7.x, the application correctly remembered this preference and opened directly in IDE View. My goal is to always open IDE view.
  2. Each time I start the application, it opens 2 or 3 Agent windows simultaneously. I’m launching it from the command line on Ubuntu, so this is not caused by multiple clicks.
  3. In version 3.7.x, the IDE always reopened the last workspace/project I had open. In version 3.11.19, it always displays the welcome/splash screen instead.
  4. According to the release notes for 3.11.19, the Side Chats feature should be available. However, there is no “+” button to create a side chat, and commands such as /btw and /side are also unavailable.

I also tested the same issues with version 3.11.25, and nothing has changed.

Screen without command available

Screen when I execute appimage

Version: 3.11.25
VS Code Extension API: 1.125.0
Commit: fc2563ec93d793fc275eef734405a4fdf8b47b20
Date: 2026-07-15T01:27:41.754Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Linux x64 5.15.0-139-generic


What’s more currently all previous appimage versions also have got such issue. For example version 2.6.x opens one instance of IDE with my recent opened project and one instance with agent window. Below screen after launching 2.6 appimage version.

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Editor, Tab & Chat (autocomplete, Composer, in-editor agent)
  • Terminal & commands
  • Models, pricing & API keys (availability, Auto/Max, BYOK/Bedrock)
  • MCP & tools
  • Cloud Agents & Automations (cursor.com/agents, scheduled/event)
  • BugBot & Code Review
  • Cursor CLI
  • Cursor Mobile
  • Remote (SSH / Dev Containers / WSL)
  • Account, billing & login
  • Something else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

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!

Hey, thanks for the detailed report with screenshots. I can see both issues the screen with no available commands and the AppImage launch with multiple Agent windows. I’ll go point by point.

Points 1 to 3 starts in Agent View, multiple windows, workspace not restored: this is a related behavior change in the 3.11.x line. Cursor now restores windows from the previous session, and new windows open as an Agents Window by default. Since your last session had multiple Agent windows, they all get restored on launch, and there is no editor window with your last project, so you end up on the splash screen. The setting Open Agents Window on Startup: Off only changes the default for the first new window, it does not force the IDE. Session restore will still bring back whatever was open when you quit.

The most reliable way to land in the editor right now is: open Cursor and press Ctrl+Shift+N File > Open Editor Window. One detail: the window will open empty with no workspace. Then go to File > Open Folder and open the folder you need manually. Both windows can stay open at the same time, and you can switch between them with Alt+Tab.

You can also try closing all Agent windows and quitting Cursor from the editor window. Then only that editor window should be present in the restored session. There is also the cursor . --classic flag when launching from the terminal, but on Linux AppImage it often gets ignored in my experience, so I can’t guarantee it. If it doesn’t work, that’s expected, use Ctrl+Shift+N.

This is known behavior and it’s being tracked. I can’t share an exact ETA for changes yet.

Point 4 Side Chats: this is not a bug, the feature is already enabled for you on 3.11.19 and 3.11.25. A couple notes:

  • Side Chats only exist in Agents view, they are not in the classic IDE composer. If you switch back to the IDE, you won’t see them there.
  • The /side command which now includes the old /btw only appears after the chat has at least one message. Side chat forks the active conversation. In a brand new empty chat you won’t see /side or /btw. Send the first message, then type /side or /side <your request>.

Let me know if Ctrl+Shift+N helped you start in the editor.

I’m sorry to say this, but virtually all of the issues were caused by the fact that my existing settings were simply overwritten (presumably intentionally) by the newer version. I don’t understand the rationale behind forcing me to use something I don’t want and overriding my preferences.

I had to restore the following settings:

  • Window Layout (set to Editor)
  • Open Agents Window on Startup: set to Off
  • Open Chats as Editor Tabs: set to Off
  • View → Appearance → Move Primary Side Bar Left

Glad you got to the root of it, and thanks for coming back with details. That list of specific settings Window Layout → Editor, Open Agents Window on Startup → Off, Open Chats as Editor Tabs → Off, and moving the sidebar to the left will definitely help other users who ran into the same thing after updating to 3.11.x.

On the preferences being overwritten, I agree it’s frustrating, and settings shouldn’t silently change on you during an update. The change in startup behavior in the 3.11.x line is being tracked on our side, but I can’t share a specific ETA yet.

If anything starts resetting again after you restore your settings in the next update, post here. It’s helpful to know if the reset is repeatable.