Files
opencode-config/oh-my-opencode.jsonc
imbytecat fb9f7a050f refactor: 更新模型标识符与配置以匹配新命名规范
- 更新模型标识符为cpa-openai和cpa-google以反映新的命名规范。
- 将 packy-openai 配置替换为 cpa-openai,更新 API 地址和密钥环境变量,并移除旧的注释配置。
2026-01-26 22:52:10 +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": "cpa-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": "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"
}
}
}