-
Notifications
You must be signed in to change notification settings - Fork 37.9k
agent sessions - grouping redesign #290379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Redesigns the Chat Welcome context menu for agent sessions by replacing the old “Show Sessions” mode submenu (All/Active/None) with a single enable/disable toggle and a new “Group Sessions” submenu.
Changes:
- Replace the “Show Sessions” submenu with a single
ToggleShowAgentSessionsActionentry in the Chat Welcome context menu. - Add a new “Group Sessions” submenu with “By Time” and “By Activity” options (stacked-only, sessions-enabled).
- Rename the “Sessions Orientation” submenu label to “Layout Sessions” and reorder menu entries.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts | Reworks Chat Welcome context menu items: introduces a toggle for showing sessions, adds a grouping submenu, and renames/reorders the layout submenu label. |
| src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.contribution.ts | Updates action registrations/imports to remove the old session visibility actions and register the new toggle + grouping actions. |
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 6 comments.
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.contribution.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewPane.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsPicker.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsQuickAccess.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewPane.ts
Show resolved
Hide resolved
…ons.contribution.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.