kimi-code/packages/server/CHANGELOG.md
github-actions[bot] da63403207
ci: release packages (#1124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-26 19:17:49 +08:00

2 KiB

@moonshot-ai/server

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.

Patch Changes

  • Updated dependencies [c0eeca2, 2730079]:
    • @moonshot-ai/agent-core@0.14.0