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
13 changes: 13 additions & 0 deletions docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 while rendering issues are reworked.

### 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.
Comment thread
liruifengv marked this conversation as resolved.

## 0.22.2 (2026-07-03)

### Bug Fixes
Expand Down
13 changes: 13 additions & 0 deletions docs/zh/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ outline: 2

本页记录 Kimi Code CLI 每个版本的变更内容。

## 0.22.3(2026-07-04)

### 修复

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

### 优化

- `kimi server run` 新增 `--dangerous-bypass-auth` 与 `--keep-alive` 选项,可在可信网络中跳过 token 校验运行服务器,并突破空闲超时保持存活。
- web: web 聊天中已上传的图片支持点击放大,点击消息中的图片即可在预览面板打开。

## 0.22.2(2026-07-03)

### 修复
Expand Down
Loading