When using in IDE mode, and opening a sub agent's chat from main current chat, the main chat gets closed

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

If I have a chat open and it spawns a sub agent for a task, then when i click the link to open the sub agent’s results/chat, the main chat is closed. it should open the sub agent chat in a new tab instead of closing the main chat or loading sub agent chat into main chat tab - because i have to go back to the main chat anyways to continue the larger conversation around a piece of work.

Steps to Reproduce

Start a chat in IDE
Use multitask mode (probably not needed - but a sub agent needs to be spawned)
Have a task being handed off to a sub agent.
See that when the sub agent finishes, its results/chat is hyperlinked in the text for eg “XYZ is done, now you can do abc” where “xyz is done” is hyperlinked to the sub agent chat that opens in its own tab
Click on the sub agent chat hyperlink
See that the sub agent chat is opened but now the main chat is closed. You have to click history button and open it from there.

Expected Behavior

Main chat tab from which a sub agent is spawned off shouldn’t be closed on opening a sub agent results/chat tab

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.10.20
VS Code Extension API: 1.125.0
Commit: 23b9fb205fe595ea2be29da7214e19762d037fc0
Date: 2026-07-07T07:03:33.071Z
Layout: IDE
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: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey there! Thanks for the clear repro.

The main pain (losing the main chat and digging it back out of history) is already addressed in a newer release. You’re on 3.10.20 from early July; back-navigation for chat editors landed just after. Update to the latest and you’ll be able to jump straight back to the parent from a subagent chat via the built-in Go Back (Command Palette → “Go Back”, or your mouse’s back button).

Heads up: opening the subagent in the same tab is currently intended, so the update adds a way back rather than a separate tab. If a dedicated tab (or a persistent visible back button) is what you’re really after, that’s useful feedback we’re tracking. Drop a note here if so.

Let me know how it goes after updating!

Hi thanks for replying.

I would much rather prefer the sub agent chat to open in a new tab - that’s usually how I work in browsers too - so that current tab context isn’t gone because it’s a bit annoying to lose what’s already there on the screen.

At least please make it a setting if possible so that those that prefer that can do that.

Thanks!