chore: reference @moonshot-ai/kap-server in v2 changesets

The v2 server package is @moonshot-ai/kap-server, but three changesets still referenced the old @moonshot-ai/server-v2 name, which no longer exists in the workspace.
This commit is contained in:
haozhe.yang 2026-07-08 10:56:31 +08:00
parent 07f3460a47
commit a8b83e932e
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
---
"@moonshot-ai/agent-core-v2": patch
"@moonshot-ai/server-v2": patch
"@moonshot-ai/kap-server": patch
---
Reorganize the agent execution environment into separate filesystem, process and tool domains.

View file

@ -1,6 +1,6 @@
---
"@moonshot-ai/agent-core-v2": patch
"@moonshot-ai/server-v2": patch
"@moonshot-ai/kap-server": patch
---
Reroute the blob store backend from the host filesystem to the pluggable storage layer, so server-only deployments no longer require a local filesystem implementation.

View file

@ -1,6 +1,6 @@
---
"@moonshot-ai/agent-core-v2": patch
"@moonshot-ai/server-v2": patch
"@moonshot-ai/kap-server": patch
---
Fix the managed OAuth device-code login getting aborted when an unrelated provider refresh fires during the login flow.