mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: 添加工具调用支持,增强 CLI 工具和 MCP 管理功能
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "./cli-tools.schema.json",
|
||||
"version": "2.0.0",
|
||||
"tools": {
|
||||
"gemini": {
|
||||
@@ -42,24 +43,8 @@
|
||||
{
|
||||
"id": "g25",
|
||||
"name": "g25",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"tags": []
|
||||
}
|
||||
],
|
||||
"defaultTool": "gemini",
|
||||
"settings": {
|
||||
"promptFormat": "plain",
|
||||
"smartContext": {
|
||||
"enabled": false,
|
||||
"maxFiles": 10
|
||||
},
|
||||
"nativeResume": true,
|
||||
"recursiveQuery": true,
|
||||
"cache": {
|
||||
"injectionMode": "auto",
|
||||
"defaultPrefix": "",
|
||||
"defaultSuffix": ""
|
||||
},
|
||||
"codeIndexMcp": "codexlens"
|
||||
},
|
||||
"$schema": "./cli-tools.schema.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user