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
2 changes: 1 addition & 1 deletion apps/kimi-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- [#1506](https://github.com/MoonshotAI/kimi-code/pull/1506) [`e83511a`](https://github.com/MoonshotAI/kimi-code/commit/e83511a7118652a67676bbcfd41148907ad7b8de) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix a misleading "OAuth login expired" message shown when a model is not available for the current account; the CLI now shows the provider's actual error.
- [#1506](https://github.com/MoonshotAI/kimi-code/pull/1506) [`e83511a`](https://github.com/MoonshotAI/kimi-code/commit/e83511a7118652a67676bbcfd41148907ad7b8de) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix a misleading "OAuth login expired" message shown when a model is not available for the current account.

## 0.23.2

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

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

## 0.23.3 (2026-07-08)

### Bug Fixes

- Fix a misleading "OAuth login expired" message shown when a model is not available for the current account.

## 0.23.2 (2026-07-08)

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

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

## 0.23.3(2026-07-08)

### 修复

- 修复当前账户无法使用某模型时错误显示“OAuth 登录已过期”的问题。

## 0.23.2(2026-07-08)

### 新功能
Expand Down
Loading