57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"sisyphus": {
|
|
"description": "Primary orchestrator",
|
|
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
|
},
|
|
"prometheus": {
|
|
"description": "Strategic planning",
|
|
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
|
},
|
|
"atlas": {
|
|
"description": "Master orchestrator",
|
|
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
|
},
|
|
"oracle": {
|
|
"description": "Consultation, debugging",
|
|
"model": "cpa-openai/gpt-5.2"
|
|
},
|
|
"librarian": {
|
|
"description": "Docs, GitHub search",
|
|
"model": "cpa-google/gemini-3-flash"
|
|
},
|
|
"explore": {
|
|
"description": "Fast codebase grep",
|
|
"model": "cpa-google/gemini-3-flash"
|
|
},
|
|
"multimodal-looker": {
|
|
"description": "PDF/image analysis",
|
|
"model": "cpa-google/gemini-3-flash"
|
|
}
|
|
},
|
|
"categories": {
|
|
"visual-engineering": {
|
|
"model": "cpa-google/gemini-3-pro-high"
|
|
},
|
|
"ultrabrain": {
|
|
"model": "cpa-openai/gpt-5.2-codex"
|
|
},
|
|
"artistry": {
|
|
"model": "cpa-google/gemini-3-pro-high"
|
|
},
|
|
"quick": {
|
|
"model": "cpa-google/gemini-3-flash"
|
|
},
|
|
"unspecified-low": {
|
|
"model": "cpa-anthropic/claude-sonnet-4-5"
|
|
},
|
|
"unspecified-high": {
|
|
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
|
},
|
|
"writing": {
|
|
"model": "cpa-google/gemini-3-flash"
|
|
}
|
|
}
|
|
}
|