mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
onCreateMultiVersion was missing worktreeId in calls to runSetupScriptForWorktree, createSessionInWorktree, and notifyWorktreeReady. The webview tracks setup state by worktreeId, so without it the busy overlay could never be cleared — blocking all interaction with the worktree permanently. Also declares the kilo-worktree-setup task type in package.json and catches executeTask failures gracefully to prevent VS Code from surfacing its own error notification for the undeclared task type.