Add marketplace display names to plugin/list (#14861)

Add display_name support to marketplace.json.
This commit is contained in:
xl-openai
2026-03-16 19:04:40 -07:00
committed by GitHub
parent 59533a2c26
commit 49c2b66ece
11 changed files with 77 additions and 1 deletions

View File

@@ -5452,6 +5452,7 @@ impl CodexMessageProcessor {
.map(|marketplace| PluginMarketplaceEntry {
name: marketplace.name,
path: marketplace.path,
display_name: marketplace.display_name,
plugins: marketplace
.plugins
.into_iter()