feat: expose codex migration marketplace governance
This commit is contained in:
@@ -157,6 +157,11 @@ function buildSupportMatrix({ helpText, methods }) {
|
||||
methodSet.has("fs/remove") ||
|
||||
methodSet.has("fs/copy"),
|
||||
fsWatch: methodSet.has("fs/watch") || methodSet.has("fs/unwatch"),
|
||||
externalAgentImport: methodSet.has("externalAgentConfig/import"),
|
||||
marketplaceAdd: methodSet.has("marketplace/add"),
|
||||
marketplaceRemove: methodSet.has("marketplace/remove"),
|
||||
marketplaceUpgrade: methodSet.has("marketplace/upgrade"),
|
||||
experimentalFeatureEnablementSet: methodSet.has("experimentalFeature/enablement/set"),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user