feat(cli): /config support set enable_thinking

This commit is contained in:
zhayujie
2026-04-17 16:09:43 +08:00
parent 13370d2056
commit 26e630c2dd
5 changed files with 6 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ description: ステータスの確認、設定管理、コンテキスト制御
| `agent_max_context_tokens` | 最大コンテキストトークン数 | `40000` |
| `agent_max_context_turns` | 最大コンテキスト記憶ターン数 | `30` |
| `agent_max_steps` | タスクごとの最大判断ステップ数 | `15` |
| `enable_thinking` | ディープシンキングの有効化 | `true` / `false` |
<Note>
`model` を変更すると、システムが対応するモデル API を自動的にマッチングします。設定は `config.json` に永続的に保存されます。