diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 3919e9d67..0d8573d40 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [#1367](https://github.com/MoonshotAI/kimi-code/pull/1367) [`23daf0f`](https://github.com/MoonshotAI/kimi-code/commit/23daf0f3c199b4aaa9bd9388a2903d7827f98d32) - Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked. +- [#1367](https://github.com/MoonshotAI/kimi-code/pull/1367) [`23daf0f`](https://github.com/MoonshotAI/kimi-code/commit/23daf0f3c199b4aaa9bd9388a2903d7827f98d32) - Revert the recent TUI transcript rendering changes to the original upstream behavior and fix related rendering issues. - [#1343](https://github.com/MoonshotAI/kimi-code/pull/1343) [`ec758c7`](https://github.com/MoonshotAI/kimi-code/commit/ec758c747a95555847b8a0275ed0809010c7d5e7) - Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it. diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 26751f269..95d0e997f 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -12,7 +12,7 @@ This page documents the changes in each Kimi Code CLI release. - Wait for background subagents to finish and respond to their results before exiting in `kimi -p`, instead of ending the turn early. - web: Fix uploaded videos failing to play in the web chat. -- Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked. +- Revert the recent TUI transcript rendering changes to the original upstream behavior and fix related rendering issues. ### Polish diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 6036b7c42..7029d99c7 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -12,7 +12,7 @@ outline: 2 - `kimi -p` 会在后台子 Agent 完成并返回结果后再退出,避免提前结束本轮。 - web: 修复 web 聊天中已上传视频无法播放的问题。 -- 回退近期 TUI 对话渲染改动,恢复上游原始行为,相关渲染问题正在重新设计。 +- 回退近期 TUI 对话渲染改动,恢复上游原始行为,修复相关渲染问题。 ### 优化