feat: remove slop.

This commit is contained in:
cpojer
2026-02-03 22:04:17 +09:00
parent 425003417d
commit 6fb2d3d7d7
8 changed files with 7 additions and 602 deletions

View File

@@ -208,7 +208,7 @@ async function tryWriteCompletionCache(root: string, jsonMode: boolean): Promise
}
const result = spawnSync(resolveNodeRunner(), [binPath, "completion", "--write-state"], {
cwd: root,
env: { ...process.env, OPENCLAW_SKIP_POSTINSTALL: "1" },
env: process.env,
encoding: "utf-8",
});
if (result.error) {