Files
kilocode/packages
Marius 4a69a3e0d1 fix(cli): invalidate provider state after auth changes (#8898)
* 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
2026-04-14 10:57:44 +00:00
..
2026-04-14 10:44:13 +02:00
2026-04-11 12:27:42 -03:00
2026-04-14 09:35:34 +02:00
2026-04-13 22:33:12 +00:00
2026-04-13 22:33:12 +00:00
2026-04-14 09:35:34 +02:00
2026-04-14 09:35:34 +02:00
2026-04-14 10:44:13 +02:00
2026-04-14 09:35:34 +02:00
2026-04-14 09:35:34 +02:00