fix: scope codex-pool sentinel image to enabled targets

This commit is contained in:
Codex
2026-06-26 04:04:42 +00:00
parent d60813381d
commit 203b3e208a
5 changed files with 48 additions and 14 deletions
@@ -324,5 +324,6 @@ export interface Sub2ApiRuntimeConfig {
defaultTargetId: string;
appSecretName: string;
secretsRoot: string;
sentinelEnabledOnTargets: string[];
targets: Record<string, unknown>[];
}