diff --git a/.changeset/kap-server-v2-model-channels.md b/.changeset/kap-server-v2-model-channels.md deleted file mode 100644 index 4e5645077c..0000000000 --- a/.changeset/kap-server-v2-model-channels.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kap-server": minor -"@moonshot-ai/kimi-code": patch ---- - -Expose the model registry and model catalog services on the server's v2 RPC surface so remote clients can manage model configuration and read the provider/model catalog. diff --git a/.changeset/klient-global-facade-catalog.md b/.changeset/klient-global-facade-catalog.md deleted file mode 100644 index 2783469e26..0000000000 --- a/.changeset/klient-global-facade-catalog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/klient": minor ---- - -Add `models`, `catalog`, and `hostFs` sections to the global facade for model configuration, the provider/model catalog, and host folder browsing, plus a `models.changed` event, `flags.enabledIds()`, and caching of the `env()` snapshot. `auth.refreshProviderModels()` is deprecated in favor of `catalog.refresh({ scope: 'oauth' })`.