fix: support PK01 Codex pool sync

This commit is contained in:
Codex
2026-07-02 02:43:01 +00:00
parent 18b6b93390
commit 3a8681f458
11 changed files with 258 additions and 48 deletions
@@ -329,6 +329,7 @@ export interface Sub2ApiRuntimeConfig {
defaultTargetId: string;
appSecretName: string;
secretsRoot: string;
appSourceRef: string;
sentinelEnabledOnTargets: string[];
targets: Record<string, unknown>[];
}