sessions: Move chat actions to overflow menu - #331857
Merged
Sandeep Somavarapu (sandy081) merged 10 commits intoAug 20, 2026
Merged
sessions: Move chat actions to overflow menu#331857Sandeep Somavarapu (sandy081) merged 10 commits into
Sandeep Somavarapu (sandy081) merged 10 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: Benjamin Christopher Simmonds (@benibenj)Matched files:
Ladislau Szomoru (@lszomoru)Matched files:
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Moves session and chat management actions into grouped overflow menus while aligning single-group chat tabs with the session header.
Changes:
- Adds session actions and metadata to single-group tab rows.
- Simplifies command-center workspace presentation.
- Updates action grouping, styling, fixtures, and tests.
Show a summary per file
| File | Description |
|---|---|
src/vs/workbench/test/browser/componentFixtures/sessions/chatCompositeBar.fixture.ts |
Updates tab-bar fixture context. |
src/vs/sessions/test/browser/sessionHeader.test.ts |
Tests header replacement behavior. |
src/vs/sessions/test/browser/sessionConversationGroups.test.ts |
Removes obsolete dropdown tests. |
src/vs/sessions/test/browser/chatGroupsView.test.ts |
Tests tab-row session actions. |
src/vs/sessions/test/browser/chatCompositeBar.test.ts |
Updates delegate setup. |
src/vs/sessions/services/sessions/common/sessionContextKeys.ts |
Updates tab visibility documentation. |
src/vs/sessions/contrib/sessions/test/browser/sessionsActions.test.ts |
Tests overflow-menu contributions. |
src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts |
Moves management actions into overflow groups. |
src/vs/sessions/contrib/sessions/browser/sessionsTitleBarWidget.ts |
Shows workspace context in the command center. |
src/vs/sessions/contrib/sessions/browser/sessionsActions.ts |
Reorganizes chat and session actions. |
src/vs/sessions/contrib/sessions/browser/sessions.contribution.ts |
Registers the consolidated contribution. |
src/vs/sessions/contrib/sessions/browser/media/sessionsTitleBarWidget.css |
Styles simplified workspace context. |
src/vs/sessions/common/contextkeys.ts |
Updates context-key description. |
src/vs/sessions/browser/sessionWorkspace.ts |
Updates helper documentation. |
src/vs/sessions/browser/sessionConversationGroups.ts |
Removes obsolete dropdown metadata helpers. |
src/vs/sessions/browser/parts/sessionView.ts |
Replaces the header with tabs when appropriate. |
src/vs/sessions/browser/parts/sessionHeader.ts |
Adds external visibility control and simplifies metadata. |
src/vs/sessions/browser/parts/sessionConversationsActionViewItem.ts |
Removes the custom conversations dropdown. |
src/vs/sessions/browser/parts/media/chatCompositeBar.css |
Aligns header and tab-row presentation. |
src/vs/sessions/browser/parts/chatGroupView.ts |
Propagates session-action visibility. |
src/vs/sessions/browser/parts/chatGroupsView.ts |
Derives single-group action visibility. |
src/vs/sessions/browser/parts/chatCompositeBar.ts |
Adds overflow actions and metadata to the tab bar. |
Review details
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 22/22 changed files
- Comments generated: 3
- Review effort level: Balanced
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Screenshot ChangesBase: Changed (26)Added (2) |
Don Jayamanne (DonJayamanne)
previously approved these changes
Aug 20, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e-new-chat-to-overflow-menu
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
TylerLeonhardt
approved these changes
Aug 20, 2026
Sandeep Somavarapu (sandy081)
deleted the
sandy081/agents/remove-new-chat-to-overflow-menu
branch
August 20, 2026 21:01
Copilot started reviewing on behalf of
Sandeep Somavarapu (sandy081)
August 20, 2026 21:26
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
npm run compilenpm run hygienenpm run typecheck-client