docs(changelog): sync 0.19.1 from apps/kimi-code/CHANGELOG.md (#995)
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions

This commit is contained in:
liruifengv 2026-06-23 12:10:06 +08:00 committed by GitHub
parent 7d2a23e7db
commit 87fb95850c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

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

View file

@ -6,6 +6,18 @@ outline: 2
本页记录 Kimi Code CLI 每个版本的变更内容。
## 0.19.12026-06-23
### 修复
- 修复 ACP 编辑器(如 Zed无法启动新会话的问题。
- 修复 web 侧边栏的未读圆点在不同浏览器标签页之间失去同步的问题。
- 在会话被归档或移除时清空该会话的全部状态,使已归档会话不再留下孤立数据。
### 重构
- 整合 web 客户端 localStorage 访问,并将根状态 store 与应用 shell 拆分为职责单一的 composable。
## 0.19.02026-06-22
### 新功能