Skip to content

Address follow up customization modal redesign PR feedback - #333027

Merged
Hawk Ticehurst (hawkticehurst) merged 5 commits into
mainfrom
agents/review-unresolved-pr-feedback
Aug 27, 2026
Merged

Address follow up customization modal redesign PR feedback#333027
Hawk Ticehurst (hawkticehurst) merged 5 commits into
mainfrom
agents/review-unresolved-pr-feedback

Conversation

@hawkticehurst

@hawkticehurst Hawk Ticehurst (hawkticehurst) commented Aug 27, 2026

Copy link
Copy Markdown
Member

Follow up to #322043

This pull request addresses the unresolved feedback from Dmitriy Vasyura (@dmitrivMS) provided after PR merge, following the recent redesign of the customizations modal in the agents/editor windows. Key changes include:

  • Implemented fixes for marketplace cancellation and race handling in pluginListWidget.ts.
  • Enhanced install discovery and dropdown actions in embeddedAgentPluginDetail.ts.
  • Improved MCP access gating and cancellation handling in mcpListWidget.ts.
  • Added protection against stale async navigation in aiCustomizationManagementEditor.ts.

All changes have been validated with successful transpilation and passing tests. This PR aims to ensure that the issues identified are resolved while maintaining the integrity of the existing functionality.

Copilot AI balanced review requested due to automatic review settings August 27, 2026 19:44
@hawkticehurst Hawk Ticehurst (hawkticehurst) changed the title Address unresolved PR feedback from @dmitrivMS Address follow up customization modal redesign PR feedback Aug 27, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Addresses follow-up reliability issues in the redesigned AI Customizations editor.

Changes:

  • Adds cancellation and stale-request protection for plugin, MCP, and editor navigation flows.
  • Improves plugin installation/uninstallation discovery and result handling.
  • Adds focused regression tests for the updated behavior.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
aiCustomizationManagementEditor.fixture.ts Updates plugin removal mock.
pluginListWidget.test.ts Tests marketplace request freshness.
mcpListWidget.test.ts Tests access gating and durable enablement.
embeddedAgentPluginDetail.test.ts Tests asynchronous install discovery.
aiCustomizationManagementEditor.test.ts Tests stale navigation rejection.
agentPluginActions.test.ts Tests removal result propagation.
agentPluginServiceImpl.ts Makes removal asynchronous and result-bearing.
agentPluginService.ts Updates the plugin removal contract.
pluginListWidget.ts Adds race handling and reactive toggle state.
mcpListWidget.ts Adds access-aware cancellation and enablement handling.
embeddedAgentPluginDetail.ts Waits for installed-plugin discovery and handles uninstall results.
aiCustomizationManagementEditor.ts Guards asynchronous contribution navigation.
aiCustomizationManagement.contribution.ts Awaits plugin removal.
agentPluginActions.ts Exposes uninstall results to callers.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/vs/workbench/contrib/chat/common/plugins/agentPluginService.ts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Comment thread src/vs/workbench/contrib/chat/browser/aiCustomization/mcpListWidget.ts Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Screenshot Changes

Base: 3971d625 Current: d503bd39

Changed (2)

chat/aiCustomizations/aiCustomizationManagementEditor/McpServersSearch/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/McpServersSearch/Light
Before After
before after

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@hawkticehurst
Hawk Ticehurst (hawkticehurst) merged commit 52ca057 into main Aug 27, 2026
37 checks passed
@hawkticehurst
Hawk Ticehurst (hawkticehurst) deleted the agents/review-unresolved-pr-feedback branch August 27, 2026 22:27
@vs-code-engineering vs-code-engineering Bot added this to the 1.136.0 milestone Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants