Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/kimi-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outline: 2

- `kimi -p` 会在后台子 Agent 完成并返回结果后再退出,避免提前结束本轮。
- web: 修复 web 聊天中已上传视频无法播放的问题。
- 回退近期 TUI 对话渲染改动,恢复上游原始行为,相关渲染问题正在重新设计
- 回退近期 TUI 对话渲染改动,恢复上游原始行为,修复相关渲染问题

### 优化

Expand Down
Loading