Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns the Agent Sessions window command-center “Add Chat” affordance with the rest of the sessions UI by switching it to the shared plus icon, and documents the session-scoped command-center actions in the sessions layout spec.
Changes:
- Update
agentSession.addChatto useCodicon.plusinstead ofCodicon.newSession. - Document session-scoped command-center actions (“Add Chat”, “Mark as Done”) in
src/vs/sessions/LAYOUT.md. - Add a revision-history entry noting the spec/icon sync.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts | Switches the command-center “Add Chat” action icon to Codicon.plus. |
| src/vs/sessions/LAYOUT.md | Documents the command-center session-scoped actions and records the update in revision history. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
roblourens
approved these changes
Mar 27, 2026
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
Add Chataction to useCodicon.plussrc/vs/sessions/LAYOUT.mdWhy
This keeps the add affordance consistent with the rest of the sessions UI, which already uses the shared plus icon for creating or adding items.
Testing
npm run compile-check-ts-nativenpm run valid-layers-checknode --experimental-strip-types build/hygiene.ts src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts src/vs/sessions/LAYOUT.md