Files
opencode-config/oh-my-opencode.jsonc
imbytecat 1e4ba23ff7 feat: 更新代理模型配置为 claude-sonnet-4-5
- 将代理的模型配置从 claude-opus-4-5-thinking 更新为 claude-sonnet-4-5
2026-01-26 10:03:11 +08:00

42 lines
1.1 KiB
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"
},
"frontend-ui-ux-engineer": {
"model": "google-gateway/gemini-3-pro-high"
},
"document-writer": {
"model": "google-gateway/gemini-3-flash"
}
}
}