feat: 增加对非数组值的处理,优化数组、文件和标签渲染器

This commit is contained in:
catlog22
2026-02-07 22:26:11 +08:00
parent ece02ab32a
commit dc9a1a1efb
4 changed files with 42 additions and 19 deletions

View File

@@ -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