forked from imbytecat/opencode-config
- 更新librarian模型为glm-coding-plan/glm-4.7以优化代码生成能力 - 更新模型配置名称和标识符,将Z.AI模型更名为GLM Coding Plan并调整相关配置。
30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"Sisyphus": {
|
|
"model": "anthropic-gateway/claude-opus-4-5-thinking"
|
|
},
|
|
"Planner-Sisyphus": {
|
|
"model": "anthropic-gateway/claude-opus-4-5-thinking"
|
|
},
|
|
"oracle": {
|
|
"model": "openai-gateway/gpt-5.2"
|
|
},
|
|
"frontend-ui-ux-engineer": {
|
|
"model": "google-gateway/gemini-3-pro-high"
|
|
},
|
|
"librarian": {
|
|
"model": "glm-coding-plan/glm-4.7"
|
|
},
|
|
"explore": {
|
|
"model": "opencode/grok-code"
|
|
},
|
|
"document-writer": {
|
|
"model": "google-gateway/gemini-3-flash"
|
|
},
|
|
"multimodal-looker": {
|
|
"model": "google-gateway/gemini-3-flash"
|
|
}
|
|
}
|
|
}
|