chore: drop changesets merged with the klient facade (#1768) (#1775)

The klient facade PR landed with its release notes planned for a later
feature release; removing the two pending changesets so the next release
does not pick up version bumps and changelog entries for it.
This commit is contained in:
Haozhe 2026-07-16 16:49:44 +08:00 committed by GitHub
parent 9e3e6700f9
commit ba49e3a2f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 11 deletions

View file

@ -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.

View file

@ -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' })`.