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

@@ -316,6 +316,7 @@ class CowCliPlugin(Plugin):
"agent_max_context_turns",
"agent_max_steps",
"knowledge",
"enable_thinking",
}
_CONFIG_READABLE = _CONFIG_WRITABLE | {"channel_type"}