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
22 changes: 22 additions & 0 deletions docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ outline: 2

This page documents the changes in each Kimi Code CLI release.

## 0.42.0 (2026-09-09)

### Features

- Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. See [Remote Control](https://moonshotai.github.io/kimi-code/guides/remote-control.html) for details.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include /en/ in the English documentation URLs

The GitHub Pages site mounts English content under /en/ in docs/.vitepress/config.ts, and no pages exist at the root /guides or /configuration routes, so this URL leads to a nonexistent page. The two new configuration links on lines 24–25 omit /en/ as well, leaving all three English cross-references broken; add the locale segment or retain relative links.

AGENTS.md reference: docs/AGENTS.md:L21-L21

Useful? React with 👍 / 👎.

- web: Support permanently deleting sessions from the session row context menu, with a confirmation prompt.
- Add read-only tools to the `/btw` side agent.
- web: Preview images and videos in a reorderable media rail in the composer, mention them in the text on demand, and keep the previews after queueing and sending.
- Accept HEIC, HEIF, and BMP images in prompt attachments and `ReadMediaFile` when the model is served by Kimi.

### Polish

- Collapse finished tool calls in the transcript to a header plus one marked outcome row: short output is shown whole, hidden output is counted (`N more lines`, `+N more`) and revealed by `Ctrl-O`, which the footer advertises while it is available.
- Upgrade the default thinking effort to the recommended level for eligible users.
- The subagent model pool (`[secondary_model]`) is now always on; the experimental secondary-model flag and the `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` opt-out have been removed.
- Add configurable character limits and resumable long-line file reads without repeated output truncation; see [`read`](https://moonshotai.github.io/kimi-code/configuration/config-files.html#read) for details.
- The minidb session-index read model and global search worker are now always on; the experimental flags have been replaced by the `[database]` config section and the `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` env vars; see [`database`](https://moonshotai.github.io/kimi-code/configuration/config-files.html#database) for details.

### Bug Fixes

- Fix several known issues and make various refinements. See the [changelog on GitHub](https://github.com/MoonshotAI/kimi-code/blob/main/apps/kimi-code/CHANGELOG.md) for more technical entries.

## 0.41.0 (2026-09-04)

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

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

## 0.42.0(2026-09-09)

### 新功能

- Remote Control 由实验性转为正式,无需再设置 `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` 实验开关。详见 [Remote Control](https://moonshotai.github.io/kimi-code/zh/guides/remote-control.html)。
- Web 版支持从会话行的右键菜单永久删除会话,删除前会要求确认。
- `/btw` 侧边聊天的 subagent 新增只读工具。
- Web 版输入框新增可排序的媒体预览栏,可在文本中按需引用图片和视频,排队与发送后预览仍然保留。
- 模型由 Kimi 提供时,支持在提示词附件与 `ReadMediaFile` 中使用 HEIC、HEIF 和 BMP 图片。

### 优化

- 消息记录中已完成的工具调用现折叠为标题加一行结果摘要:短输出完整展示,隐藏内容以 `N more lines`、`+N more` 计数并按 `Ctrl-O` 展开,页脚会在可用时提示。
- 符合条件的用户的默认思考强度升级为推荐级别。
- 子 Agent 模型池(`[secondary_model]`)现已始终开启,实验开关与 `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` 退出选项已移除。
- `Read` 新增可配置的字符上限,长行文件可续读,输出不再被反复截断。详见 [`read`](https://moonshotai.github.io/kimi-code/zh/configuration/config-files.html#read)。
- minidb 会话索引读模型与全局搜索 worker 现已始终开启,实验开关由 `[database]` 配置段与 `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` 环境变量取代。详见 [`database`](https://moonshotai.github.io/kimi-code/zh/configuration/config-files.html#database)。

### 修复

- 修复了一些已知问题,并做了若干细节优化。更详细的变更记录见 [GitHub](https://github.com/MoonshotAI/kimi-code/blob/main/apps/kimi-code/CHANGELOG.md)。

## 0.41.0(2026-09-04)

### 新功能
Expand Down
Loading