forked from imbytecat/opencode-config
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
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"
|
|
"model": "anthropic-gateway/claude-sonnet-4-5"
|
|
},
|
|
"Planner-Sisyphus": {
|
|
// "model": "anthropic-gateway/claude-opus-4-5"
|
|
"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": "opencode/glm-4.7-free"
|
|
"model": "anthropic-gateway/claude-haiku-4-5"
|
|
},
|
|
"explore": {
|
|
// "model": "opencode/grok-code"
|
|
"model": "anthropic-gateway/claude-haiku-4-5"
|
|
},
|
|
"document-writer": {
|
|
"model": "google-gateway/gemini-3-flash"
|
|
},
|
|
"multimodal-looker": {
|
|
"model": "google-gateway/gemini-3-flash"
|
|
}
|
|
// // 规划三剑客
|
|
// "Prometheus": {
|
|
// "model": "anthropic-gateway/claude-opus-4-5" // 战略规划
|
|
// },
|
|
// "Metis": {
|
|
// "model": "anthropic-gateway/claude-sonnet-4-5" // 规划前分析
|
|
// },
|
|
// "Momus": {
|
|
// "model": "anthropic-gateway/claude-sonnet-4-5" // 计划审查
|
|
// }
|
|
}
|
|
}
|