Files
opencode-config/oh-my-opencode.jsonc
imbytecat 2d9b6632e6 feat: 更新ultrabrain模型至gpt-5.2-codex-xhigh并支持新版本名称
- 将ultrabrain模型更新为更高性能的gpt-5.2-codex-xhigh版本。
- 添加对GPT-5.2 (xhigh)和GPT-5.2-Codex (xhigh)模型的支持并更新名称显示
2026-01-26 21:32:23 +08:00

57 lines
1.4 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
// Primary orchestrator
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"prometheus": {
// Strategic planning
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"atlas": {
// Master orchestrator
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"oracle": {
// Consultation, debugging
"model": "packy-openai/gpt-5.2"
},
"librarian": {
// Docs, GitHub search
"model": "cpa-google/gemini-3-flash"
},
"explore": {
// Fast codebase grep
"model": "cpa-google/gemini-3-flash"
},
"multimodal-looker": {
// PDF/image analysis
"model": "cpa-google/gemini-3-flash"
}
},
"categories": {
"visual-engineering": {
"model": "cpa-google/gemini-3-pro-high"
},
"ultrabrain": {
"model": "packy-openai/gpt-5.2-codex-xhigh"
},
"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"
}
}
}