feat: zcode thinking-mode 0.3.0(state历史+rollback+分写+校验收紧+34用例全绿+文档)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "zcode-thinking-mode",
|
||||
"version": "0.3.0",
|
||||
"description": "思考模式切换:查看/切换模型的 reasoning 档位(low/max/high),双写热档位库与模型配置,新会话直接生效,当前会话补一行 /effort 即热切。命令 /thinking、/thinking:status、/thinking:set、/thinking:history、/thinking:rollback、/thinking:defaults、/thinking:doctor。",
|
||||
"description_i18n": {
|
||||
"en": "Thinking-mode switcher: inspect/switch reasoning variants (low/max/high); writes both the hot level store and model config, hot for new sessions, plus /effort for the current one. Commands /thinking, /thinking:status, /thinking:set, /thinking:history, /thinking:rollback, /thinking:defaults, /thinking:doctor."
|
||||
},
|
||||
"author": {
|
||||
"name": "local"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"thinking",
|
||||
"reasoning",
|
||||
"model-config",
|
||||
"variant",
|
||||
"effort",
|
||||
"diagnostics"
|
||||
],
|
||||
"commands": "commands",
|
||||
"userConfig": {
|
||||
"default_variant": {
|
||||
"type": "string",
|
||||
"default": "max",
|
||||
"description": "思考模式默认档位(low/max/high)。宿主的 ${user_config.*} 只插值到 MCP/hook 字段,命令正文拿不到,所以这里填了不会自动生效 —— 用 /thinking:defaults set 写落地文件才有实际作用。"
|
||||
},
|
||||
"target_model": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "默认作用的模型名(空=全部带 reasoning 的模型),例如 GLM-5.3。同上:实际生效要写落地文件,用 /thinking:defaults set --model <名>。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user