From d8f455d6942280cce2c8a93795515494d4b9e231 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Thu, 30 Jul 2026 15:39:17 +0800 Subject: [PATCH] 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 --- docs/en/release-notes/changelog.md | 15 +++++++++++++++ docs/zh/release-notes/changelog.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index a1b797fc8..84ba624a1 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -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 diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index 2b813a801..8dd7ad636 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -6,6 +6,21 @@ outline: 2 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.31.0(2026-07-30) + +### 新功能 + +- TUI 支持 Markdown 定义的自定义 Agent。 +- 新增 /secondary_model 斜杠命令,用于配置子 Agent 使用的辅助模型(实验性功能,需先在 /experiments 中开启)。 +- 插件可贡献自定义 Agent,自动发现并可用于子 Agent 委派。 +- 插件可贡献系统提示词,通过 `kimi.plugin.json` 中的 `systemPrompt` 或 `systemPromptPath` 声明。 + +### 修复 + +- 移除 TaskOutput 工具的阻塞式 `block`/`timeout` 等待。 +- 修复会话元数据缓存早于 archived 标记时会话选择器缺少会话的问题。 +- 修复部分请求未能正确传递请求头的问题。 + ## 0.30.0(2026-07-29) ### 新功能