Centralize remote plugin mutations in PluginsManager - #42114
Merged
copyberry[bot] merged 1 commit intoSep 1, 2026
Merged
Conversation
## What changed - Move remote plugin install and uninstall orchestration from the app server into shared `PluginsManager` APIs. - Keep cache and backend mutations coordinated by the installed-plugin sync gate, and retain install outcomes long enough to protect newly materialized bundles during downstream setup. - Return structured operation errors and outcomes so callers can preserve JSON-RPC error mapping, telemetry, cache refreshes, and OAuth setup. ## Testing - Add regression coverage that verifies uninstall holds the mutation gate, preserves the local cache when the backend operation fails, and refreshes installed state after a successful uninstall. GitOrigin-RevId: de39f19a4e61c6e9c76ddc2c65d2ac130a4b7f88
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/de39f19a4e61c6e9c76ddc2c65d2ac130a4b7f88
branch
from
September 1, 2026 18:36
b2c5fcf to
ef76e6a
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/de39f19a4e61c6e9c76ddc2c65d2ac130a4b7f88
branch
September 1, 2026 18:37
hyperbetteri
temporarily deployed
to
issue-triage
September 1, 2026 18:40 — with
GitHub Actions
Inactive
hyperbetteri
temporarily deployed
to
issue-triage
September 1, 2026 18:40 — with
GitHub Actions
Inactive
hyperbetteri
temporarily deployed
to
issue-triage
September 1, 2026 18:40 — with
GitHub Actions
Inactive
dpearson2699
temporarily deployed
to
issue-triage
September 1, 2026 18:46 — with
GitHub Actions
Inactive
dpearson2699
temporarily deployed
to
issue-triage
September 1, 2026 18:46 — with
GitHub Actions
Inactive
dpearson2699
temporarily deployed
to
issue-triage
September 1, 2026 18:46 — with
GitHub Actions
Inactive
dpearson2699
temporarily deployed
to
issue-triage
September 1, 2026 18:47 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Centralize remote plugin mutations in
PluginsManagerWhat changed
PluginsManagerAPIs.Testing