Files
opencode-config/oh-my-opencode.jsonc
imbytecat 3150f145eb feat: 将 momus 模型配置升级至 xhigh 变体
- 将 momus 模型的配置从 high 变体升级为 xhigh 变体。
2026-01-31 03:33:26 +08:00

67 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-google/gemini-3-flash"
},
"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"
},
"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"
}
}
}