feat: zcode thinking-mode 0.3.0(state历史+rollback+分写+校验收紧+34用例全绿+文档)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "zcode-thinking-mode",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "思考模式切换:查看/切换模型的 reasoning 档位(low/max/high),双写热档位库与模型配置,带默认值文件与自检。",
|
||||
"scripts": {
|
||||
"test": "node --test \"tests/*.test.mjs\"",
|
||||
"thinking": "node scripts/thinking.mjs",
|
||||
"status": "node scripts/thinking.mjs status",
|
||||
"variants": "node scripts/thinking.mjs variants",
|
||||
"defaults": "node scripts/thinking.mjs defaults",
|
||||
"doctor": "node scripts/thinking.mjs doctor"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user