36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
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-6", "variant": "high" },
|
|
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
|
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
|
"librarian": { "model": "litellm/minimax-m2.5" },
|
|
"explore": { "model": "litellm/grok-code-fast-1" },
|
|
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
|
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
|
|
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
|
|
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
|
"atlas": { "model": "anthropic/claude-sonnet-4-6" },
|
|
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
|
|
},
|
|
"categories": {
|
|
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
|
|
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
|
|
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
|
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
|
|
"quick": { "model": "openai/gpt-5.4-mini" },
|
|
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
|
|
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
|
|
"writing": { "model": "google/gemini-3-flash-preview" }
|
|
},
|
|
"experimental": {
|
|
"dynamic_context_pruning": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"git_master": {
|
|
"commit_footer": false,
|
|
"include_co_authored_by": false
|
|
}
|
|
}
|