- 更新所有模型引用前缀为 cpa-,统一使用新的代理服务命名规范。 - 添加GLM Coding Plan和CPA系列API网关配置,移除重复的GLM配置并更新PackyCode为CPA Anthropic配置。
56 lines
1.4 KiB
JSON
56 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": "packycode-anthropic/claude-opus-4-5-20251101"
|
|
},
|
|
"prometheus": {
|
|
// Strategic planning
|
|
"model": "packycode-anthropic/claude-opus-4-5-20251101"
|
|
},
|
|
"atlas": {
|
|
// Master orchestrator
|
|
"model": "packycode-anthropic/claude-sonnet-4-5-20250929"
|
|
},
|
|
"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": {
|
|
// 前端 UI/UX 设计任务
|
|
"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"
|
|
},
|
|
"writing": {
|
|
// 文档写作任务
|
|
"model": "cpa-google/gemini-3-flash"
|
|
}
|
|
}
|
|
}
|