mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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
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:
parent
7d2a23e7db
commit
87fb95850c
2 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue