sync: update from private repo (0e09596)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-08 03:23:19 +00:00
parent 03be80f036
commit 0f75bdfbab
10 changed files with 256 additions and 38 deletions
+5 -1
View File
@@ -607,7 +607,11 @@ export async function runPiece(
const cfg = loadConfig();
flushAndStageRecording(
options.taskId,
options.userId,
// No-auth mode passes userId=null; fall back to the same 'local'
// namespace as the ToolContext below, otherwise
// flushAndStageRecording's `if (!ownerId) return` silently discards
// every browser recording and self-healing patch in no-auth.
options.userId ?? 'local',
cfg.userFolderRoot ?? './data/users',
);
}