[Feature]:Split-view / pop-out support for viewing multiple chats simultaneously #6746
Replies: 5 comments
|
Strong +1 from us. We regularly run several agent threads in parallel—for planning, implementation, and review—and the current sidebar-only switching adds a lot of context-switching overhead. A simple two-pane split view or “pop out thread” action would already make a meaningful difference; a full grid can come later. |
|
This existing request matches my workflow. One important requirement: split view should not be limited to passively viewing multiple chats. Each pane should remain fully interactive at the same time, so I can send messages, follow streaming output, handle approvals, and work across threads independently, including threads from different projects or environments. The active pane should be visually clear, but background panes should continue updating without being suspended. |
|
been poking at this because I bounce between two threads all day and the sidebar round trip kills the flow. good news: the thing that actually breaks is shape I'd try: extra panes live in search params ( is this something you'd actually want? I'm building it for myself either way, just not going to drop an XL PR nobody asked for. |
|
100% agree. Split view is basically my most used feature. |
|
+1 from me. I'm using the Claude Code extension in VS Code and regularly run 3-4 sessions side by side. |
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Problem or use case
When working with multiple threads (e.g. one for planning, one for implementation, one for debugging), I constantly have to switch back and forth between them in the sidebar. There's no way to see two chats side by side to compare outputs, track progress across conversations, or keep a reference thread visible while working in another.
Both the Claude desktop app and the Codex app support split-view (side-by-side) and/or pop-out windows for viewing multiple chats simultaneously. t3code is missing this entirely.
Proposed solution
Option A — Split view: A split-workspace mode where the main chat area can be divided into 2+ panes (side-by-side or stacked), each showing an independent thread. Users can open a thread in a new pane via a context menu action or keyboard shortcut.
Option B — Pop-out window: A "Pop out thread" button (or drag-to-detach) that opens a thread in a separate Electron/Browser window, allowing the OS window manager to handle the layout.
Ideally both, but either would be a meaningful improvement.
Why this matters
Multi-thread workflows are increasingly common (e.g. planning + coding + review, or coordinating across repos). Being able to view multiple threads at once reduces context-switching overhead, makes it easier to compare model outputs, and keeps reference conversations visible without losing your place.
Smallest useful scope
A single "split pane" action on a thread that opens it in a resizable pane to the right of the current chat, with a close button on the pane. No nesting, no kanban — just two threads side by side.
Alternatives considered
Risks or tradeoffs
Examples or references
Contribution
All reactions