Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 KiB
@moonshot-ai/server
0.2.4
Patch Changes
- Updated dependencies [
b905dd4,bf35f63,e47ca10]:- @moonshot-ai/protocol@0.3.2
- @moonshot-ai/agent-core@0.15.0
0.2.3
Patch Changes
-
#1231
ceb27f5- Add a server-side key-value store API for persisting web UI preferences to the user's data directory. -
Updated dependencies [
ceb27f5,a3f9cec]:- @moonshot-ai/protocol@0.3.1
- @moonshot-ai/agent-core@0.14.3
0.2.2
Patch Changes
-
#1135
bf51fb7- Fix the local server failing to start on Windows after the first run because the persistent token file's synthesized mode was rejected as too permissive. -
#1128
0886bff- Add a --allowed-host flag to kimi server run that lets extra Host header values pass the DNS-rebinding check, and include allow guidance in the 403 error message. Pass --allowed-host to allow an extra host. -
Updated dependencies [
76c643b]:- @moonshot-ai/agent-core@0.14.1
0.2.1
Patch Changes
-
#1085
f1fad72- Reduce streaming latency by disabling Nagle's algorithm on WebSocket connections. -
#1081
8fc6aa5- Sync session title changes across all connected clients in server mode.
0.2.0
Minor Changes
- #975
c5c1834- Speed up session snapshot loading with a direct disk reader and a request timeout safeguard, keeping the previous path as a legacy fallback.