mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Add marketplace display names to plugin/list (#14861)
Add display_name support to marketplace.json.
This commit is contained in:
@@ -3276,6 +3276,7 @@ pub struct SkillsListEntry {
|
||||
pub struct PluginMarketplaceEntry {
|
||||
pub name: String,
|
||||
pub path: AbsolutePathBuf,
|
||||
pub display_name: Option<String>,
|
||||
pub plugins: Vec<PluginSummary>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user