Files
Kilo-Org_kilocode/packages/opencode/src/config
Mark IJbema 13ff40c583 fix: don't dispose all instances on global config update
Config.updateGlobal() was calling Instance.disposeAll() on every config
change, which destroyed all session state, MCP connections, and in-flight
operations across every project. This meant that any config change (e.g.
removing a mode in VS Code) would effectively kill all running CLI
instances.

The global.reset() call already clears the config cache so consumers
will pick up the new config on their next read. The disposeAll() was
unnecessary overkill.
2026-03-17 12:21:50 +01:00
..
2026-02-25 23:53:09 +01:00