From 6575d60151456238a569eec02098643db5c14bad Mon Sep 17 00:00:00 2001 From: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:42:27 +0100 Subject: [PATCH] Update src/vs/sessions/browser/parts/sessionCompositeBar.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/vs/sessions/browser/parts/sessionCompositeBar.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/vs/sessions/browser/parts/sessionCompositeBar.ts b/src/vs/sessions/browser/parts/sessionCompositeBar.ts index 5aa56c344b1..09d4e7d22bc 100644 --- a/src/vs/sessions/browser/parts/sessionCompositeBar.ts +++ b/src/vs/sessions/browser/parts/sessionCompositeBar.ts @@ -22,11 +22,10 @@ interface ISessionTab { } /** - * A composite bar that displays agent sessions as tabs. - * Selecting a tab loads that session's chat in the chat view pane - * instead of switching view containers. + * A composite bar that displays chats within the active agent session as tabs. + * Selecting a tab loads that chat in the chat view pane instead of switching view containers. * - * The bar auto-hides when there is only one session and shows when there are multiple. + * The bar auto-hides when there is only one chat in the active session and shows when there are multiple. */ export class SessionCompositeBar extends Disposable {