Files
opencode-config/oh-my-opencode.jsonc
imbytecat c7f93a71c1 refactor: 移除未使用代理配置并更新图书馆代理模型
- 移除未使用的代理配置并更新图书馆代理模型为 glm-4.7-free,同时移除重复的文档编写代理配置。
2026-01-24 02:00:11 +08:00

24 lines
588 B
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking"
},
"oracle": {
"model": "openai-gateway/gpt-5.2"
},
"frontend-ui-ux-engineer": {
"model": "google-gateway/gemini-3-pro-high"
},
"librarian": {
"model": "opencode/glm-4.7-free"
},
"explore": {
"model": "opencode/grok-code"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
}
}
}