feat: add v02 access device pod authority

This commit is contained in:
Codex
2026-05-29 02:14:54 +08:00
parent 028cae01a3
commit 671303d2b9
14 changed files with 1195 additions and 36 deletions
+3 -1
View File
@@ -541,7 +541,9 @@ export function createCodexStdioSessionManager(options = {}) {
workspace,
traceId,
env,
now
now,
skillsDirs: params.skillsDirs,
skillsDirsExact: params.skillsDirsExact
});
for (const event of sidecar.events) traceRecorder.append(event);
if (sidecar.intent?.skills && sidecar.skills?.status !== "ready") {