68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
// bunx oh-my-opencode doctor --verbose
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
|
"sisyphus": {
|
|
"model": "cpa-anthropic/claude-opus-4-5",
|
|
"variant": "max"
|
|
},
|
|
"oracle": {
|
|
"model": "cpa-openai/gpt-5.2",
|
|
"variant": "xhigh"
|
|
},
|
|
"librarian": {
|
|
"model": "cpa-anthropic/claude-sonnet-4-5"
|
|
},
|
|
"explore": {
|
|
"model": "cpa-google/gemini-3-flash"
|
|
},
|
|
"multimodal-looker": {
|
|
"model": "cpa-google/gemini-3-flash"
|
|
},
|
|
"prometheus": {
|
|
"model": "cpa-anthropic/claude-opus-4-5",
|
|
"variant": "max"
|
|
},
|
|
"metis": {
|
|
"model": "cpa-anthropic/claude-opus-4-5",
|
|
"variant": "max"
|
|
},
|
|
"momus": {
|
|
"model": "cpa-openai/gpt-5.2",
|
|
"variant": "xhigh"
|
|
},
|
|
"atlas": {
|
|
"model": "cpa-anthropic/claude-sonnet-4-5"
|
|
}
|
|
},
|
|
"categories": {
|
|
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
|
|
"visual-engineering": {
|
|
"model": "cpa-google/gemini-3-pro",
|
|
"variant": "high"
|
|
},
|
|
"ultrabrain": {
|
|
"model": "cpa-openai/gpt-5.2-codex",
|
|
"variant": "xhigh"
|
|
},
|
|
"artistry": {
|
|
"model": "cpa-google/gemini-3-pro",
|
|
"variant": "max"
|
|
},
|
|
"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",
|
|
"variant": "max"
|
|
},
|
|
"writing": {
|
|
"model": "cpa-google/gemini-3-flash"
|
|
}
|
|
}
|
|
}
|