Files
opencode-config/oh-my-opencode.jsonc
imbytecat f757c3e62f feat: 交换 explore 与 frontend-ui-ux-engineer 模型配置以优化角色匹配
- 交换 explore 和 frontend-ui-ux-engineer 的模型配置以优化角色匹配
2026-01-24 01:47:10 +08:00

28 lines
703 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false,
"agents": {
"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": "google-gateway/gemini-3-flash"
},
"explore": {
"model": "opencode/grok-code"
},
"document-writer": {
"model": "google/antigravity-gemini-3-flash"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
}
}
}