mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
docs(changelog): sync 0.14.2 from apps/kimi-code/CHANGELOG.md (#698)
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
This commit is contained in:
parent
1cb49dba5b
commit
1c65cbf6c3
2 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
### 修复
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue