Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ outline: 2

This page documents the changes in each Kimi Code CLI release.

## 0.39.1 (2026-08-28)

### Bug Fixes

- web: Fix switching the permission mode in one session changing it for every session; the permission mode is now scoped per session.
- web: Fix signed-in users without a usable model being wrongly asked to sign in (and getting stuck there on web); the send gate now offers picking or configuring a model instead.
- web: Fix the first IME (or keyboard) character being silently swallowed after clicking the composer placeholder.
- web: Fix attachments in a newly created session still showing as uploading after the upload has finished.
- 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.39.0 (2026-08-27)

### Features
Expand Down
10 changes: 10 additions & 0 deletions docs/zh/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ outline: 2

本页记录 Kimi Code CLI 每个版本的变更内容。

## 0.39.1(2026-08-28)

### 修复

- 修复在一个会话中切换权限模式会改动所有会话的问题,权限模式现按会话独立生效。
- 修复登录相关问题

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Translate the full model-selection fix

For signed-in users without a usable model, the English source explains both the previous sign-in loop and the new action of selecting or configuring a model, whereas this generic “fix login-related issues” text omits the triggering condition and the changed behavior. Chinese readers therefore cannot tell what was fixed or how the flow now behaves; translate the full English bullet rather than replacing it with this summary.

AGENTS.md reference: docs/AGENTS.md:L18-L21

Useful? React with 👍 / 👎.

- 修复点击输入框占位提示后,输入法或键盘首个字符被吞的问题
- 修复新会话中附件上传完成后仍显示"上传中"的问题
- 修复了一些已知问题,并做了若干细节优化。更详细的变更记录见 [GitHub](https://github.com/MoonshotAI/kimi-code/blob/main/apps/kimi-code/CHANGELOG.md)。

## 0.39.0(2026-08-27)

### 新功能
Expand Down
Loading