mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 11:53:52 +08:00
feat: 增加对非数组值的处理,优化数组、文件和标签渲染器
This commit is contained in:
@@ -43,6 +43,13 @@ const defaultCliTools: Record<string, CliToolConfig> = {
|
||||
tags: [],
|
||||
type: 'builtin',
|
||||
},
|
||||
opencode: {
|
||||
enabled: true,
|
||||
primaryModel: 'opencode/glm-4.7-free',
|
||||
secondaryModel: 'opencode/glm-4.7-free',
|
||||
tags: [],
|
||||
type: 'builtin',
|
||||
},
|
||||
};
|
||||
|
||||
// Default API endpoints
|
||||
|
||||
Reference in New Issue
Block a user