mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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
This commit is contained in:
parent
7ec738c4a1
commit
89097aa02c
2 changed files with 52 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue