mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
Add marketplace display names to plugin/list (#14861)
Add display_name support to marketplace.json.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user