Wait for local plugin cache refreshes in plugin/list - #34877
Merged
copyberry[bot] merged 1 commit intoJul 23, 2026
Merged
Conversation
## What changed - Make `plugin/list` requests with `forceRefetch: true` wait for configured local plugin caches to finish reconciling before building the response. - Track marketplace plugin sources when deduplicating refreshes so source changes can trigger a reinstall even when the plugin version is unchanged. - Notify effective-plugin consumers when the awaited refresh changes the cache. ## Testing Added coverage showing that a forced local plugin listing returns an upgraded plugin from the same marketplace path only after the new version is installed and the superseded cache entry is removed. GitOrigin-RevId: c1b59f3be6cc19dac8db39aaea548ddf8e342f1d
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/c1b59f3be6cc19dac8db39aaea548ddf8e342f1d
branch
from
July 23, 2026 05:39
08696e2 to
4e0cee8
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/c1b59f3be6cc19dac8db39aaea548ddf8e342f1d
branch
July 23, 2026 05:40
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.
Wait for local plugin cache refreshes in
plugin/listWhat changed
plugin/listrequests withforceRefetch: truewait for configuredlocal plugin caches to finish reconciling before building the response.
changes can trigger a reinstall even when the plugin version is unchanged.
Testing
Added coverage showing that a forced local plugin listing returns an upgraded
plugin from the same marketplace path only after the new version is installed
and the superseded cache entry is removed.