You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/release-notes/breaking-changes.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ This page documents breaking changes in Kimi CLI releases and provides migration
4
4
5
5
## Unreleased
6
6
7
+
### Thinking mode setting migration change
8
+
9
+
After upgrading from `0.76`, the thinking mode setting is no longer automatically preserved. The previous `thinking` state stored in `~/.kimi/kimi.json` is no longer used; instead, thinking mode is now managed via the `default_thinking` configuration option in `~/.kimi/config.toml`, but values are not automatically migrated from legacy `metadata`.
10
+
11
+
-**Affected**: Users who previously had thinking mode enabled
12
+
-**Migration**: Reconfigure thinking mode after upgrading:
13
+
- Use the `/model` command to select model and set thinking mode (interactive)
14
+
- Or manually add to `~/.kimi/config.toml`:
15
+
16
+
```toml
17
+
default_thinking = true# Set to true if you want thinking mode enabled by default
18
+
```
19
+
7
20
### `--query` option removed
8
21
9
22
The `--query` (`-q`) option has been removed. Use `--prompt` as the primary option, with `--command` as an alias.
0 commit comments