fix(qa-lab): stabilize threaded memory parity

This commit is contained in:
Vincent Koc
2026-05-17 06:35:54 +08:00
parent 41777fb0fa
commit 8bef5d0d62
7 changed files with 122 additions and 23 deletions

View File

@@ -1180,6 +1180,7 @@ export async function runNodeMain(params = {}) {
if (deps.args[0] === "qa") {
deps.env.OPENCLAW_BUILD_PRIVATE_QA = "1";
deps.env.OPENCLAW_ENABLE_PRIVATE_QA_CLI = "1";
deps.env.OPENCLAW_DISABLE_BUNDLED_PLUGINS ??= "0";
}
deps.outputTee = createRunNodeOutputTee(deps);