docs(changelog): sync 0.17.1 from apps/kimi-code/CHANGELOG.md (#863)
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions

* docs(changelog): sync 0.17.1 from apps/kimi-code/CHANGELOG.md

* chore
This commit is contained in:
qer 2026-06-18 00:11:02 +08:00 committed by GitHub
parent 55f865642f
commit 15cc4ab256
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

@ -6,6 +6,18 @@ outline: 2
This page documents the changes in each Kimi Code CLI release.
## 0.17.1 (2026-06-17)
### Bug Fixes
- Fix the `kimi web` command failing to start in the background.
- Stop the background local server from locking the directory it was started in.
- Prevent the web login dialog from closing when clicking the backdrop.
### Polish
- Group the default model dropdown in web settings by provider.
## 0.17.0 (2026-06-17)
### Features

View file

@ -6,6 +6,18 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.17.12026-06-17
### 修复
- 修复 `kimi web` 命令无法在后台启动的问题。
- 阻止后台本地服务器锁定启动时所在的目录。
- 防止点击背景时关闭 web 登录对话框。
### 优化
- 在 web 设置中按供应商对默认模型下拉框进行分组。
## 0.17.02026-06-17
### 新功能