mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"$schema": "./cli-tools.schema.json",
|
|
"version": "2.0.0",
|
|
"tools": {
|
|
"gemini": {
|
|
"enabled": true,
|
|
"isBuiltin": true,
|
|
"command": "gemini",
|
|
"description": "Google AI for code analysis",
|
|
"tags": []
|
|
},
|
|
"qwen": {
|
|
"enabled": true,
|
|
"isBuiltin": true,
|
|
"command": "qwen",
|
|
"description": "Alibaba AI assistant",
|
|
"tags": []
|
|
},
|
|
"codex": {
|
|
"enabled": true,
|
|
"isBuiltin": true,
|
|
"command": "codex",
|
|
"description": "OpenAI code generation",
|
|
"tags": []
|
|
},
|
|
"claude": {
|
|
"enabled": true,
|
|
"isBuiltin": true,
|
|
"command": "claude",
|
|
"description": "Anthropic AI assistant",
|
|
"tags": []
|
|
},
|
|
"opencode": {
|
|
"enabled": true,
|
|
"isBuiltin": true,
|
|
"command": "opencode",
|
|
"description": "OpenCode AI assistant",
|
|
"primaryModel": "opencode/glm-4.7-free",
|
|
"tags": []
|
|
}
|
|
},
|
|
"customEndpoints": [
|
|
{
|
|
"id": "g25",
|
|
"name": "g25",
|
|
"enabled": true,
|
|
"tags": []
|
|
}
|
|
]
|
|
}
|