feat: expose codex migration marketplace governance

This commit is contained in:
AI Bot
2026-06-03 11:55:48 +08:00
parent 0fdee4bcf7
commit ca64a4c498
12 changed files with 169 additions and 7 deletions

View File

@@ -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"),
};
}