Kimi Code 0.17.0

0.17.0Desktop
Added 4
  • Add `kimi server` command to start, stop, and manage the local server
  • Add `kimi web` command to open the server-hosted web UI in a browser
  • Add server REST and WebSocket APIs for the web client
  • Add web chat layout, session list, auto-scroll, and related behaviors
Changed 2
  • 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
Fixed 3
  • Skip debug TPS when the output stream is too short to measure reliably
  • Restore the turn counter from persisted loop events on resume so post-resume turns no longer reuse turn ids that already appear in history
  • Fix the web login page and no-workspace conversation startup flow
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.

View original

Upgraded? How did it go?

Discussion