Files
opencode-config/oh-my-opencode.jsonc
imbytecat 6287aa213c refactor: 移除已废弃的UI/UX工程师和文档撰写者配置项
- 移除已废弃的前端UI/UX工程师和文档撰写者配置项
2026-01-26 10:18:15 +08:00

36 lines
972 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
// Primary orchestrator
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
"model": "anthropic-gateway/claude-sonnet-4-5"
},
"prometheus": {
// Strategic planning
// "model": "anthropic-gateway/claude-opus-4-5-thinking"
"model": "anthropic-gateway/claude-sonnet-4-5"
},
"atlas": {
// Master orchestrator
"model": "anthropic-gateway/claude-sonnet-4-5"
},
"oracle": {
// Consultation, debugging
"model": "openai-gateway/gpt-5.2"
},
"librarian": {
// Docs, GitHub search
"model": "opencode/big-pickle"
},
"explore": {
// Fast codebase grep
"model": "opencode/gpt-5-nano"
},
"multimodal-looker": {
// PDF/image analysis
"model": "google-gateway/gemini-3-flash"
}
}
}