plugins: add Plugins section to Chat Customizations#299265
Merged
connor4312 merged 2 commits intomainfrom Mar 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Plugins section to the Chat/AI Customizations management surfaces (workbench editor + sessions UI) and introduces a dedicated plugin list widget with marketplace browsing and an embedded details editor.
Changes:
- Adds
PluginstoAICustomizationManagementSectionand wires it into the workbench AI Customization Management editor. - Introduces
PluginListWidget(installed + marketplace browse) and embedsAgentPluginEditoras a details view. - Updates Agent Sessions UI (overview + toolbar + counts + workspace filtering) to include plugin-related sections and counts.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/common/aiCustomizationWorkspaceService.ts | Adds Plugins to the shared management section enum. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/pluginListWidget.ts | New list widget for installed/marketplace plugins, grouping, search, install, and context menu actions. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css | Adds containers/styles for plugins list + embedded plugin detail editor. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationWorkspaceService.ts | Exposes the Plugins section in workbench management sections. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditor.ts | Integrates Plugins section, list widget, and embedded AgentPluginEditor detail view. |
| src/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.ts | Adds Plugins shortcut entry and reactive plugin count badge. |
| src/vs/sessions/contrib/sessions/browser/customizationCounts.ts | Includes plugin count in total customization count (optional service param). |
| src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts | Passes plugin service to total count calculation. |
| src/vs/sessions/contrib/chat/browser/aiCustomizationWorkspaceService.ts | Includes plugin storage in filters and adds Plugins section in sessions workspace service. |
| src/vs/sessions/contrib/aiCustomizationTreeView/browser/aiCustomizationOverviewView.ts | Adds Plugins to overview list and updates count reactively. |
You can also share your feedback on Copilot code review. Take the survey.
src/vs/workbench/contrib/chat/browser/aiCustomization/pluginListWidget.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/aiCustomization/pluginListWidget.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/aiCustomization/pluginListWidget.ts
Outdated
Show resolved
Hide resolved
dmitrivMS
approved these changes
Mar 4, 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.
Add a new Plugins sidebar section to the AI Customization Management editor and sessions customizations view.
Cc @joshspicer
(Commit message generated by Copilot)