diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 4680f1c9e..70f60df37 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -6,6 +6,20 @@ outline: 2 This page documents the changes in each Kimi Code CLI release. +## 0.36.1 (2026-08-14) + +### Features + +- web: Generate session titles with AI (experimental). Off by default — set `KIMI_CODE_EXPERIMENTAL_AUTO_SESSION_TITLE=1` (or the master flag `KIMI_CODE_EXPERIMENTAL_FLAG=1`) to turn it on. + +### Polish + +- web: Polish the Plan, Goal, and Swarm toggles in the composer, which now live in the + menu next to the input box. + +### Bug Fixes + +- Fix several known issues and make various refinements. See the [changelog on GitHub](https://github.com/MoonshotAI/kimi-code/blob/main/apps/kimi-code/CHANGELOG.md) for more technical entries. + ## 0.36.0 (2026-08-13) ### Features diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index ad4910a05..3d9db472e 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -6,6 +6,20 @@ outline: 2 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.36.1(2026-08-14) + +### 新功能 + +- web: AI 自动生成会话标题(实验性)。默认关闭,设置 `KIMI_CODE_EXPERIMENTAL_AUTO_SESSION_TITLE=1`(或实验总开关 `KIMI_CODE_EXPERIMENTAL_FLAG=1`)开启。 + +### 优化 + +- web: 优化输入框的 Plan、Goal、Swarm 开关,现收进了输入框旁的 + 号菜单。 + +### 修复 + +- 修复了一些已知问题,并做了若干细节优化。更详细的变更记录见 [GitHub](https://github.com/MoonshotAI/kimi-code/blob/main/apps/kimi-code/CHANGELOG.md)。 + ## 0.36.0(2026-08-13) ### 新功能