/plugins: add marketplace upgrade flow#20478
Merged
canvrno-oai merged 6 commits intoMay 1, 2026
Merged
Conversation
fcoury-oai
approved these changes
May 1, 2026
fcoury-oai
left a comment
Contributor
There was a problem hiding this comment.
Validated that a user-configured Git marketplace can be added over SSH, upgraded from a newer remote revision, refreshed locally, and then correctly reports as already up to date on a second upgrade.
Code looks good, approved!
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.
This PR adds marketplace upgrade to the
/pluginsmenu so users can update configured marketplaces. It adds aCtrl+Ushortcut on eligible marketplace tabs, a loading state, and the app-server request flow needed to performmarketplace/upgrade. After a successful upgrade, the TUI refreshes plugin data, plugin mentions, and user config so updated marketplace contents show up across the menu and other plugin surfaces. It also preserves the current marketplace tab on no-op and failure paths and surfaces backend error details directly in the TUI.Ctrl+Uupgrade option for user-configured marketplace tabs in/pluginsmarketplace/upgradeSteps to test:
/pluginmarketplace to Codex TUI./plugins, move to that marketplace tab, and confirm the footer showsCtrl+Uto upgrade.Ctrl+Uand confirm the popup switches into an upgrade loading state.