docs(changelog): sync 0.31.0 from apps/kimi-code/CHANGELOG.md (#2404)

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

* docs(changelog): polish 0.31.0 entries and note secondary model as experimental
This commit is contained in:
liruifengv 2026-07-30 15:39:17 +08:00 committed by GitHub
parent 479403e701
commit d8f455d694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 0 deletions

View file

@ -6,6 +6,21 @@ outline: 2
This page documents the changes in each Kimi Code CLI release.
## 0.31.0 (2026-07-30)
### Features
- Support Markdown-defined custom agents on agent-core.
- Add the /secondary_model slash command to configure the secondary model used by subagents (experimental; enable it in /experiments first).
- Plugins can contribute custom agents, discovered automatically and available for sub-agent delegation.
- Plugins can contribute system prompt instructions through `systemPrompt` or `systemPromptPath` in `kimi.plugin.json`.
### Bug Fixes
- Remove the blocking `block`/`timeout` wait from the TaskOutput tool so checking a background task can no longer stall the conversation; it now always returns an immediate snapshot, and completion still arrives via automatic notification.
- Fix sessions missing from the session picker when their cached metadata predates the archived flag.
- Fix request headers not being passed correctly on some requests.
## 0.30.0 (2026-07-29)
### Features

View file

@ -6,6 +6,21 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.31.02026-07-30
### 新功能
- TUI 支持 Markdown 定义的自定义 Agent。
- 新增 /secondary_model 斜杠命令,用于配置子 Agent 使用的辅助模型(实验性功能,需先在 /experiments 中开启)。
- 插件可贡献自定义 Agent自动发现并可用于子 Agent 委派。
- 插件可贡献系统提示词,通过 `kimi.plugin.json` 中的 `systemPrompt``systemPromptPath` 声明。
### 修复
- 移除 TaskOutput 工具的阻塞式 `block`/`timeout` 等待。
- 修复会话元数据缓存早于 archived 标记时会话选择器缺少会话的问题。
- 修复部分请求未能正确传递请求头的问题。
## 0.30.02026-07-29
### 新功能