# Kimi Code 0.17.0 - Product: Kimi Code (https://whatsnew.fyi/product/kimi-code) - Vendor: Moonshot AI - Date: 2026-06-17 - Version: 0.17.0 - Original notes: https://github.com/MoonshotAI/kimi-code/releases/tag/%40moonshot-ai/kimi-code%400.17.0 - Permalink: https://whatsnew.fyi/product/kimi-code/releases/0.17.0 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add `kimi server` command to start, stop, and manage the local server - **added** — Add `kimi web` command to open the server-hosted web UI in a browser - **added** — Add server REST and WebSocket APIs for the web client - **added** — Add web chat layout, session list, auto-scroll, and related behaviors - **changed** — Show the underlying connection error when OAuth token refresh fails after internal retries, instead of prompting for login - **changed** — Token refresh failures are no longer re-retried at the agent loop level - **fixed** — Skip debug TPS when the output stream is too short to measure reliably - **fixed** — Restore the turn counter from persisted loop events on resume so post-resume turns no longer reuse turn ids that already appear in history - **fixed** — Fix the web login page and no-workspace conversation startup flow ###### Minor Changes - [#625](https://github.com/MoonshotAI/kimi-code/pull/625) [`9a8fea5`](https://github.com/MoonshotAI/kimi-code/commit/9a8fea5c85177cd887896108c05ba9e174f28250) - 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](https://github.com/MoonshotAI/kimi-code/pull/838) [`843a731`](https://github.com/MoonshotAI/kimi-code/commit/843a731097fc18b2e41ab0405b5fbcb6149ba55c) - 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](https://github.com/MoonshotAI/kimi-code/pull/849) [`254f946`](https://github.com/MoonshotAI/kimi-code/commit/254f946a506b01df7a559ed63bd8d705e9fa7496) - Skip debug TPS when the output stream is too short to measure reliably. - [#833](https://github.com/MoonshotAI/kimi-code/pull/833) [`a71b2e3`](https://github.com/MoonshotAI/kimi-code/commit/a71b2e3123ff8454f725b3d24e8c985608c5c4f9) - 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](https://github.com/MoonshotAI/kimi-code/pull/853) [`05fe759`](https://github.com/MoonshotAI/kimi-code/commit/05fe7595ab9bac8230fd9f2fe7bdbaaa157ddc9b) - Fix the web login page and no-workspace conversation startup flow.