From 89097aa02c4d89e046553e1b1f411249189bc229 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Wed, 10 Jun 2026 20:54:26 +0800 Subject: [PATCH] docs: sync changelog 0.13.1 & 0.14 (#620) * docs(changelog): sync 0.13.1 from apps/kimi-code/CHANGELOG.md * docs(changelog): sync 0.14.0 from apps/kimi-code/CHANGELOG.md --- docs/en/release-notes/changelog.md | 26 ++++++++++++++++++++++++++ docs/zh/release-notes/changelog.md | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 52f005db8..0fab16aa1 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -2,6 +2,32 @@ This page documents the changes in each Kimi Code CLI release. +## 0.14.0 (2026-06-10) + +### Features + +- Add an `Interrupt` hook event that fires when the user interrupts a turn (e.g. pressing Esc), letting hooks observe the turn stopping instead of getting stuck on a working state. + +### Bug Fixes + +- Preserve image outputs from tools when using OpenAI-compatible chat completions. + +## 0.13.1 (2026-06-10) + +### Bug Fixes + +- Prevent forking sessions during active turns and consolidate wire protocol definitions into a shared internal package. +- Fix Kimi Datasource to use the matching OAuth credentials and service endpoint for the active Kimi Code environment. +- Fix goal marker text overflowing terminal width. + +### Polish + +- Add Claude Fable 5 support to the Anthropic provider. +- Add an interactive undo selector and clearer undo-limit messages. +- YOLO mode no longer asks before writing or editing files outside the working directory. +- Clarify active skill prompts so loaded skills are no longer represented as system reminders. +- Tighten file tool guidance to route incremental edits through Edit. + ## 0.13.0 (2026-06-10) ### Features diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index b7b585db1..c41a9bc1b 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -2,6 +2,32 @@ 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.14.0(2026-06-10) + +### 新功能 + +- 新增 `Interrupt` hook 事件,当用户中断某一轮次时(例如按 Esc)触发,让 hooks 可以观察到轮次正在停止,而不再卡在 working 状态。 + +### 修复 + +- 在使用 OpenAI 兼容的 Chat Completions 时保留工具输出的图像。 + +## 0.13.1(2026-06-10) + +### 修复 + +- 阻止在活跃 turn 期间 fork 会话,并将 wire protocol 定义整合到共享的内部包中。 +- 修复 Kimi Datasource,使其在当前 Kimi Code 环境中使用匹配的 OAuth 凭证和服务端点。 +- 修复 goal 标记文本超出终端宽度的问题。 + +### 优化 + +- 在 Anthropic 供应商中新增对 Claude Fable 5 的支持。 +- 新增交互式 undo 选择器和更清晰的 undo 限制提示消息。 +- YOLO 模式在工作目录外写入或编辑文件时不再询问。 +- 优化活跃 skill 提示词,使已加载的 skills 不再被表示为系统提醒。 +- 收紧文件工具引导,使增量编辑通过 Edit 工具执行。 + ## 0.13.0(2026-06-10) ### 新功能