Files
opencode-config/oh-my-opencode.jsonc
imbytecat d84ee7a8a7 feat: 为各分类添加清晰描述
- 为各个分类添加更清晰的描述,明确每类任务的典型场景和要求。
2026-01-27 06:16:13 +08:00

64 lines
2.0 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"description": "Primary orchestrator",
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"prometheus": {
"description": "Strategic planning",
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"atlas": {
"description": "Master orchestrator",
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"oracle": {
"description": "Consultation, debugging",
"model": "cpa-openai/gpt-5.2"
},
"librarian": {
"description": "Docs, GitHub search",
"model": "cpa-google/gemini-3-flash"
},
"explore": {
"description": "Fast codebase grep",
"model": "cpa-google/gemini-3-flash"
},
"multimodal-looker": {
"description": "PDF/image analysis",
"model": "cpa-google/gemini-3-flash"
}
},
"categories": {
"visual-engineering": {
"description": "Frontend, UI/UX, design, styling, animation",
"model": "cpa-google/gemini-3-pro-high"
},
"ultrabrain": {
"description": "Deep logical reasoning, complex architecture decisions requiring extensive analysis",
"model": "cpa-openai/gpt-5.2-codex"
},
"artistry": {
"description": "Highly creative/artistic tasks, novel ideas",
"model": "cpa-google/gemini-3-pro-high"
},
"quick": {
"description": "Trivial tasks - single file changes, typo fixes, simple modifications",
"model": "cpa-google/gemini-3-flash"
},
"unspecified-low": {
"description": "Tasks that don't fit other categories, low effort required",
"model": "cpa-anthropic/claude-sonnet-4-5"
},
"unspecified-high": {
"description": "Tasks that don't fit other categories, high effort required",
"model": "cpa-anthropic/claude-opus-4-5-thinking"
},
"writing": {
"description": "Documentation, prose, technical writing",
"model": "cpa-google/gemini-3-flash"
}
}
}