diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index c7c9c9368..0066114c6 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -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 diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index b30eb2230..1ce58eaef 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -6,6 +6,18 @@ outline: 2 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.17.1(2026-06-17) + +### 修复 + +- 修复 `kimi web` 命令无法在后台启动的问题。 +- 阻止后台本地服务器锁定启动时所在的目录。 +- 防止点击背景时关闭 web 登录对话框。 + +### 优化 + +- 在 web 设置中按供应商对默认模型下拉框进行分组。 + ## 0.17.0(2026-06-17) ### 新功能