mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
e79b75126c
* fix(vscode): include kilo-sandbox-mutation-worker.js in extension bundle The release build script (packages/kilo-vscode/script/build.ts) was missing the copyKiloSandboxWorker call, causing the sandbox mutation worker file to be absent from .vsix packages. All sandbox-enclosed file operations (write, copy, rename, chmod, etc.) would fail with a "Module not found" error because the kilo binary could not spawn the required worker process. Closes #11925 * chore(vscode): fix import formatting --------- Co-authored-by: marius-kilocode <marius@kilocode.ai>