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

This commit is contained in:
qer 2026-08-14 21:56:20 +08:00 committed by GitHub
parent 13d86f8b7b
commit a23680e293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -6,6 +6,20 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.36.12026-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.02026-08-13
### 新功能