From a9af42e6987044e0ec8d21cfe693dfe96e21f1a4 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Mon, 27 Jul 2026 15:04:24 +0800 Subject: [PATCH] docs(changelog): sync 0.29.2 from apps/kimi-code/CHANGELOG.md (#2236) --- docs/en/release-notes/changelog.md | 9 +++++++++ docs/zh/release-notes/changelog.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 5a0c77750..538294a18 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -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 diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 4f8815cad..5b65a6fa2 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -6,6 +6,15 @@ outline: 2 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.29.2(2026-07-27) + +### 修复 + +- 修复目标执行在单轮达到步数上限(`loop_control.max_steps_per_turn`)后暂停的问题。 +- 修复目标运行期间发送的消息被拒绝的问题。 +- 修复 /undo 无法一致恢复对话历史、待办列表、计划模式和任务通知的问题。 +- web: 修复纯 HTTP 环境下复制选中聊天文本时,剪贴板被事件占位符覆盖的问题。 + ## 0.29.1(2026-07-24) ### 新功能