fix: 校验 Code Agent Codex home 挂载契约

This commit is contained in:
Code Queue Review
2026-05-24 07:29:51 +00:00
parent 7a3727be95
commit a47c38ef22
3 changed files with 60 additions and 5 deletions
+3 -1
View File
@@ -304,7 +304,9 @@ function inspectCodeAgentProviderDesiredState(ctx, deployService, workloadRecord
deployMismatches: inspection.deployMismatches.map((entry) => entry.name),
workloadMismatches: inspection.workloadMismatches.map((entry) => entry.name),
missingSecretRefs: inspection.missingSecretRefs,
missingEgressContract: inspection.missingEgressContract
missingEgressContract: inspection.missingEgressContract,
missingCodexHomeContract: inspection.missingCodexHomeContract,
missingNoProxyContract: inspection.missingNoProxyContract
},
secretMaterialRead: false,
valuesRedacted: true