From 1c65cbf6c3589bac07c12da546cae3669a28bfb0 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Fri, 12 Jun 2026 21:42:51 +0800 Subject: [PATCH] docs(changelog): sync 0.14.2 from apps/kimi-code/CHANGELOG.md (#698) --- docs/en/release-notes/changelog.md | 15 +++++++++++++++ docs/zh/release-notes/changelog.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 30c358284..e18a2ee08 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -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 diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 01b4826ce..a1e8029b7 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -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) ### 修复