diff --git a/docs/en/release-notes/changelog.md b/docs/en/release-notes/changelog.md index 763d77883..4cf1db6d2 100644 --- a/docs/en/release-notes/changelog.md +++ b/docs/en/release-notes/changelog.md @@ -6,6 +6,18 @@ outline: 2 This page documents the changes in each Kimi Code CLI release. +## 0.19.1 (2026-06-23) + +### Bug Fixes + +- Fix ACP editors such as Zed failing to start a new thread. +- Fix the web sidebar's unread dots getting out of sync across browser tabs. +- Clear all per-session state when a session is archived or removed, so archived sessions no longer leave orphaned data behind. + +### Refactors + +- Consolidate web client localStorage access and split the root state store and app shell into focused composables. + ## 0.19.0 (2026-06-22) ### Features diff --git a/docs/zh/release-notes/changelog.md b/docs/zh/release-notes/changelog.md index f6b72eccd..f8156bac0 100644 --- a/docs/zh/release-notes/changelog.md +++ b/docs/zh/release-notes/changelog.md @@ -6,6 +6,18 @@ outline: 2 本页记录 Kimi Code CLI 每个版本的变更内容。 +## 0.19.1(2026-06-23) + +### 修复 + +- 修复 ACP 编辑器(如 Zed)无法启动新会话的问题。 +- 修复 web 侧边栏的未读圆点在不同浏览器标签页之间失去同步的问题。 +- 在会话被归档或移除时清空该会话的全部状态,使已归档会话不再留下孤立数据。 + +### 重构 + +- 整合 web 客户端 localStorage 访问,并将根状态 store 与应用 shell 拆分为职责单一的 composable。 + ## 0.19.0(2026-06-22) ### 新功能