Issue #184: add safe project plugin uninstall - #210
Draft
NWYLZW wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Experience Review
Before merge, make sure the PR body contains this completed checklist:
## Experience Review
- [x] 已判断是否需要沉淀经验
- [x] 如需要,已运行 `$post-task-experience-review`
- [x] reviewer PASS 后才进入 mergeChecklist to confirm:
- Decide whether this PR produced reusable project experience.
- If experience should be captured, run
$post-task-experience-review. - Merge only after the independent reviewer reports PASS.
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
Adds a safe, project-scoped uninstall flow for managed plugins while preserving the existing distinction between disabling a plugin at runtime and removing its managed installation.
Closes #184
Root cause and user impact
Plugin management previously exposed disable behavior, but uninstalling a project-managed plugin required coordinated updates across managed-plugin configuration, installed artifacts, discovery/runtime state, server APIs, and client state. Without a dedicated coordinated flow, users could not reliably remove one plugin while retaining its data or prove that sibling plugins and their data were untouched.
This change adds the coordinated uninstall service and route, managed-plugin removal/config updates, runtime refresh behavior, confirmation UI, marketplace/detail actions, localized copy, and focused coverage across the affected packages.
Implementation
Current review status: REQUEST_CHANGES
This Draft PR is not a full PASS. The current review found the following items that still need follow-up:
503plugin-version-resolution console error.initReactI18next.Observed passes