mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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
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:
parent
55f865642f
commit
15cc4ab256
2 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue