mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
docs(changelog): sync 0.20.3 from apps/kimi-code/CHANGELOG.md (#1216)
This commit is contained in:
parent
525fb146d6
commit
7f61488a88
2 changed files with 32 additions and 0 deletions
|
|
@ -6,6 +6,22 @@ outline: 2
|
|||
|
||||
This page documents the changes in each Kimi Code CLI release.
|
||||
|
||||
## 0.20.3 (2026-06-30)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix provider error messages rendering as blank lines in the TUI when the server returns an HTML error page.
|
||||
- Fix the web composer being hidden behind the mobile Safari toolbar and the page auto-zooming when the composer is focused.
|
||||
|
||||
### Polish
|
||||
|
||||
- Refresh provider model lists automatically in the background instead of only at startup, so newly available models appear without restarting.
|
||||
- Glob now uses ripgrep, so it respects .gitignore by default, supports brace patterns, returns only files, and keeps partial results with a warning when some directories are unreadable.
|
||||
|
||||
### Refactors
|
||||
|
||||
- Align malformed tool call argument handling with schema validation fallback.
|
||||
|
||||
## 0.20.2 (2026-06-29)
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -6,6 +6,22 @@ outline: 2
|
|||
|
||||
本页记录 Kimi Code CLI 每个版本的变更内容。
|
||||
|
||||
## 0.20.3(2026-06-30)
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复服务器返回 HTML 错误页面时,供应商错误消息在 TUI 中显示为空白行的问题。
|
||||
- 修复 web 输入框被移动端 Safari 工具栏遮挡,以及输入框聚焦时页面自动放大的问题。
|
||||
|
||||
### 优化
|
||||
|
||||
- 在后台自动刷新供应商模型列表,而非仅在启动时刷新,新上架的模型无需重启即可显示。
|
||||
- Glob 现改用 ripgrep,默认遵循 .gitignore,支持花括号模式,仅返回文件,并在部分目录不可读时保留已有结果并给出警告。
|
||||
|
||||
### 重构
|
||||
|
||||
- 将格式错误的工具调用参数的处理与 schema 验证 fallback 对齐。
|
||||
|
||||
## 0.20.2(2026-06-29)
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue