mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: 添加 OpenCode AI 助手支持,增强 CLI 工具功能
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
"isBuiltin": true,
|
||||
"command": "claude",
|
||||
"description": "Anthropic AI assistant"
|
||||
},
|
||||
"opencode": {
|
||||
"enabled": true,
|
||||
"isBuiltin": true,
|
||||
"command": "opencode",
|
||||
"description": "OpenCode AI assistant",
|
||||
"primaryModel": "opencode/glm-4.7-free"
|
||||
}
|
||||
},
|
||||
"customEndpoints": [],
|
||||
|
||||
Reference in New Issue
Block a user