mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
The upstream merge in PR #7240 introduced channel-based database path separation, causing non-latest/beta channels (including local dev) to open a different DB file (e.g. kilo-local.db) instead of kilo.db. This made all existing sessions invisible. Remove the channel-based path logic and always use kilo.db. Also remove the now-unused KILO_DISABLE_CHANNEL_DB flag. Closes #7472