Skip to content

@moonshot-ai/kimi-code@0.17.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:00
· 24 commits to main since this release
cca8906

Minor Changes

  • #625 9a8fea5 - Add the server-hosted web UI and the CLI commands that power it:

    • kimi server to start, stop, and manage the local server.
    • kimi web to open the server-hosted web UI in a browser.
    • Server REST and WebSocket APIs for the web client.
    • Web chat layout, session list, auto-scroll, and related behaviors.

Patch Changes

  • #838 843a731 - Show the underlying connection error when OAuth token refresh fails after internal retries, instead of prompting for login. Token refresh failures are no longer re-retried at the agent loop level.

  • #849 254f946 - Skip debug TPS when the output stream is too short to measure reliably.

  • #833 a71b2e3 - Restore the turn counter from persisted loop events on resume so post-resume turns no longer reuse turn ids that already appear in history.

  • #853 05fe759 - Fix the web login page and no-workspace conversation startup flow.