Files
kilocode/packages/kilo-jetbrains/script
kirillk 9e1ef74c25 fix(jetbrains): keep migration wizard across reconnects and restore worktree session after migration
A transient connection reconnect while the app was paused for legacy
migration re-ran load(), which skipped migration (gate=AlreadyOffered)
and dropped the app into Ready, silently dismissing the wizard. The
connection-state watcher now preserves MigrationRequired across
Connecting/Connected/Error churn, mirroring the existing reconnect()
guard.

The worktree session editor also sat on a blank panel: while the backend
was paused it could not create a session and never retried. It now shows
the empty session panel (like the tool window) when creation is not yet
possible, and re-runs start() once migration completes so the session
appears.

Adds script/clear-migration-status.sh to reset the migration status for
local testing.
2026-08-18 12:58:18 -04:00
..
2026-06-03 16:52:39 -04:00