mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Add marketplace display names to plugin/list (#14861)
Add display_name support to marketplace.json.
This commit is contained in:
committed by
GitHub
Unverified
parent
59533a2c26
commit
49c2b66ece
@@ -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