docs: sync changelog 0.9.0 (#388)

* docs(changelog): sync 0.9.0 from apps/kimi-code/CHANGELOG.md

* docs(changelog): chore
This commit is contained in:
qer 2026-06-03 22:40:35 +08:00 committed by GitHub
parent 6c0afc4d9c
commit aab4c6b6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 48 additions and 0 deletions

View file

@ -2,6 +2,30 @@
This page documents the changes in each Kimi Code CLI release.
## 0.9.0
### Features
- Add the `kimi acp` subcommand: kimi-code now speaks [Agent Client Protocol 0.23](https://agentclientprotocol.com/) over stdio so IDEs (Zed, JetBrains AI Chat, custom clients) can drive sessions directly — coverage matrix, Zed configuration and breaking pre-release notes are in [kimi acp Subcommand Page](https://moonshotai.github.io/kimi-code/en/reference/kimi-acp.html).
- Add `/btw` for side-channel conversations without steering the active main turn, and allow `/btw` to open the side-channel panel before entering a question.
### Bug Fixes
- Fix external editor (Ctrl+G) on Windows by removing `/bin/sh` dependency and using platform-aware shell quoting for temp file paths.
- Use the OpenAI completion token field required by newer Chat Completions models.
- Use configured model output limits for completion token caps.
- Fix goal budget tool schemas for OpenAI-compatible providers.
- Resume saved subagents lazily when they are accessed.
### Polish
- Unify the interaction and visuals across TUI dialogs and selectors.
- Log enabled experimental flags at startup.
### Refactors
- Allow SDK runtime creation to use a separate RPC client while preserving local CLI startup.
## 0.8.0
### Features

View file

@ -2,6 +2,30 @@
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.9.0
### 新功能
- 支持 `kimi acp` 子命令kimi-code 现在可通过 stdio 使用 [Agent Client Protocol 0.23](https://agentclientprotocol.com/),因此 IDEZed、JetBrains AI Chat、自定义客户端可以直接驱动会话覆盖矩阵、Zed 配置和破坏性预发布说明见 [kimi acp 子命令页面](https://moonshotai.github.io/kimi-code/en/reference/kimi-acp.html)。
- 新增 `/btw`,用于进行不会引导当前主轮次的侧通道对话,并允许 `/btw` 在输入问题前打开侧通道面板。
### 修复
- 修复 Windows 上外部编辑器Ctrl+G移除对 `/bin/sh` 的依赖,并为临时文件路径使用平台感知的 shell 引号处理。
- 使用新版 Chat Completions 模型所需的 OpenAI completion token 字段。
- 使用已配置的模型输出上限作为 completion token 上限。
- 修复适用于 OpenAI 兼容供应商的 goal budget 工具 schema。
- 在访问已保存的子 Agent 时再惰性恢复它们。
### 优化
- 统一 TUI 对话框和选择器的交互与视觉效果。
- 启动时记录已启用的实验性 flag。
### 重构
- 允许 SDK 运行时创建使用单独的 RPC client同时保留本地 CLI 启动流程。
## 0.8.0
### 新功能