docs(changelog): sync 0.22.3 from apps/kimi-code/CHANGELOG.md

This commit is contained in:
liruifengv 2026-07-04 19:42:32 +08:00
parent dfcd6c8ed5
commit c62e7284ba
2 changed files with 26 additions and 0 deletions

View file

@ -6,6 +6,19 @@ outline: 2
This page documents the changes in each Kimi Code CLI release.
## 0.22.3 (2026-07-04)
### Bug Fixes
- 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 and fix related rendering issues.
### Polish
- Add `--dangerous-bypass-auth` and `--keep-alive` flags to `kimi server run`, so the server can run without a token on trusted networks and stay alive past the idle timeout.
- web: Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it.
## 0.22.2 (2026-07-03)
### Bug Fixes

View file

@ -6,6 +6,19 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.22.32026-07-04
### 修复
- `kimi -p` 会在后台子 Agent 完成并返回结果后再退出,避免提前结束本轮。
- web: 修复 web 聊天中已上传视频无法播放的问题。
- 回退近期 TUI 对话渲染改动,恢复上游原始行为,修复相关渲染问题。
### 优化
- `kimi server run` 新增 `--dangerous-bypass-auth``--keep-alive` 选项,可在可信网络中跳过 token 校验运行服务器,并突破空闲超时保持存活。
- web: web 聊天中已上传的图片支持点击放大,点击消息中的图片即可在预览面板打开。
## 0.22.22026-07-03
### 修复