feat: expose codex review sandbox search governance

This commit is contained in:
AI Bot
2026-06-03 12:03:36 +08:00
parent ca64a4c498
commit afeb352fe3
12 changed files with 148 additions and 7 deletions

View File

@@ -162,6 +162,12 @@ function buildSupportMatrix({ helpText, methods }) {
marketplaceRemove: methodSet.has("marketplace/remove"),
marketplaceUpgrade: methodSet.has("marketplace/upgrade"),
experimentalFeatureEnablementSet: methodSet.has("experimentalFeature/enablement/set"),
reviewStart: methodSet.has("review/start"),
windowsSandboxReadiness: methodSet.has("windowsSandbox/readiness"),
windowsSandboxSetupStart: methodSet.has("windowsSandbox/setupStart"),
fuzzyFileSearchEvents:
methodSet.has("fuzzyFileSearch/sessionUpdated") ||
methodSet.has("fuzzyFileSearch/sessionCompleted"),
};
}