feat: 添加 OpenCode AI 助手支持,增强 CLI 工具功能

This commit is contained in:
catlog22
2026-01-08 20:39:41 +08:00
parent faf32b5086
commit 0bd2cff5b7
5 changed files with 368 additions and 15 deletions

View File

@@ -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": [],