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

@@ -69,6 +69,7 @@ Session: 12 messages | 8 skills loaded
| `agent_max_context_tokens` | 最大上下文 tokens | `40000` |
| `agent_max_context_turns` | 最大上下文记忆轮次 | `30` |
| `agent_max_steps` | 单次任务最大决策步数 | `15` |
| `enable_thinking` | 是否启用深度思考 | `true` / `false` |
<Note>
修改 `model` 时,系统会自动匹配对应的模型调用方式。配置会写入 `config.json` 并持久保存。