docs(changelog): sync 0.29.2 from apps/kimi-code/CHANGELOG.md (#2236)

This commit is contained in:
liruifengv 2026-07-27 15:04:24 +08:00 committed by GitHub
parent 8a45f10edd
commit a9af42e698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -6,6 +6,15 @@ outline: 2
This page documents the changes in each Kimi Code CLI release.
## 0.29.2 (2026-07-27)
### Bug Fixes
- Fix goal pursuit pausing when a goal turn hits the per-turn step limit (`loop_control.max_steps_per_turn`).
- Fix messages sent during goal pursuit being rejected.
- Fix /undo to restore conversation history, todo lists, plan mode, and task notifications consistently.
- web: Fix copying selected chat text over plain HTTP overwriting the clipboard with an event placeholder.
## 0.29.1 (2026-07-24)
### Features

View file

@ -6,6 +6,15 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.29.22026-07-27
### 修复
- 修复目标执行在单轮达到步数上限(`loop_control.max_steps_per_turn`)后暂停的问题。
- 修复目标运行期间发送的消息被拒绝的问题。
- 修复 /undo 无法一致恢复对话历史、待办列表、计划模式和任务通知的问题。
- web: 修复纯 HTTP 环境下复制选中聊天文本时,剪贴板被事件占位符覆盖的问题。
## 0.29.12026-07-24
### 新功能