38 lines
928 B
JSON
38 lines
928 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
|
"agents": {
|
|
"Sisyphus": {
|
|
"model": "anthropic/claude-opus-4-5"
|
|
},
|
|
"explore": {
|
|
"model": "opencode/grok-code"
|
|
},
|
|
"librarian": {
|
|
"model": "zai-coding-plan/glm-4.7"
|
|
},
|
|
"multimodal-looker": {
|
|
"model": "google/antigravity-gemini-3-pro-high"
|
|
},
|
|
"oracle": {
|
|
"model": "openai/gpt-5.2-codex",
|
|
"variant": "xhigh"
|
|
}
|
|
},
|
|
"background_task": {
|
|
"defaultConcurrency": 6,
|
|
"modelConcurrency": {
|
|
"anthropic/claude-opus-4-5": 2,
|
|
"google/antigravity-gemini-3-pro-high": 2,
|
|
"openai/gpt-5.2-codex": 3,
|
|
"opencode/grok-code": 3,
|
|
"zai-coding-plan/glm-4.7": 2
|
|
},
|
|
"providerConcurrency": {
|
|
"anthropic": 2,
|
|
"google": 2,
|
|
"openai": 3,
|
|
"opencode": 3,
|
|
"zai-coding-plan": 2
|
|
}
|
|
}
|
|
} |