docs(changelog): fix tui revert wording in 0.22.3 (#1376)
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / test-pi-tui (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Desktop release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions

This commit is contained in:
liruifengv 2026-07-04 19:57:03 +08:00 committed by GitHub
parent d0f2994536
commit fbb9dc3772
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

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