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

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

## 0.14.2 (2026-06-12)

### Bug Fixes

- Fix endless desktop notifications in iTerm2 by only sending terminal progress sequences to terminals that support them.
- Show completed and cancelled compaction records correctly when resuming a session.
- Drop invalid config.toml sections with a warning instead of failing to start.

### Polish

- Stream foreground Bash stdout and stderr while commands are still running.
- Allow `--auto`, `--yolo`, and `--plan` to be combined with `--session` or `--continue` by applying the requested mode to the resumed session.
- Qualify sub-skill names with their parent prefix and expose sub-skills as dotted slash commands in the TUI.
- Sync custom registry provider additions, removals, and rotated registry keys during startup refresh.

## 0.14.1 (2026-06-12)

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

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

## 0.14.2(2026-06-12)

### 修复

- 修复 iTerm2 中无休止的桌面通知问题,仅向支持进度序列的终端发送终端进度序列。
- 在恢复会话时正确显示已完成和已取消的压缩记录。
- 丢弃无效的 `config.toml` 配置节并发出警告,而不是启动失败。

### 优化

- 在命令仍在运行时流式输出前台 Bash 的 stdout 和 stderr。
- 允许 `--auto`、`--yolo` 和 `--plan` 与 `--session` 或 `--continue` 组合使用,将请求的模式应用到恢复的会话。
- 为子 Skill 名称添加父前缀,并在 TUI 中将子 Skill 暴露为点状斜杠命令。
- 在启动刷新期间同步自定义 registry provider 的新增、移除和轮换的 registry key。

## 0.14.1(2026-06-12)

### 修复
Expand Down
Loading