mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
* fix(cli): invalidate provider state after auth changes After the Effect migration in #8870, provider state is cached via InstanceState/ScopedCache. The hasKey check that determines which models are available ran once at init and was never re-evaluated. When auth changed (login, logout, org switch), only ModelCache was cleared but the provider state retained the stale hasKey decision, causing authenticated users to be stuck on the free model. * chore: add changeset * fix(gateway): scope disposeAll to KiloRoutesDeps, not ImportDeps