Created
March 3, 2026 10:56
-
-
Save beshkenadze/035246c0dc2f8e8ae44a2bff006ff55a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json", | |
| "agents": { | |
| "sisyphus": { | |
| "model": "anthropic/claude-opus-4-6", | |
| "variant": "max", | |
| "fallback_models": ["kimi-for-coding/k2p5", "github-copilot/claude-opus-4-6"] | |
| }, | |
| "hephaestus": { | |
| "model": "github-copilot/gpt-5.3-codex", | |
| "variant": "medium" | |
| }, | |
| "oracle": { | |
| "model": "github-copilot/gpt-5.2", | |
| "variant": "high", | |
| "fallback_models": ["google/antigravity-gemini-3-pro", "kimi-for-coding/k2p5"] | |
| }, | |
| "librarian": { | |
| "model": "zai-coding-plan/glm-4.7", | |
| "fallback_models": ["google/antigravity-gemini-3-flash"] | |
| }, | |
| "explore": { | |
| "model": "github-copilot/grok-code-fast-1", | |
| "fallback_models": ["zai-coding-plan/glm-4.7-flash"] | |
| }, | |
| "multimodal-looker": { | |
| "model": "google/antigravity-gemini-3-flash", | |
| "fallback_models": ["kimi-for-coding/k2p5"] | |
| }, | |
| "prometheus": { | |
| "model": "anthropic/claude-opus-4-6", | |
| "variant": "max", | |
| "fallback_models": ["kimi-for-coding/k2p5", "github-copilot/claude-opus-4-6"] | |
| }, | |
| "metis": { | |
| "model": "anthropic/claude-opus-4-6", | |
| "variant": "max", | |
| "fallback_models": ["kimi-for-coding/k2p5"] | |
| }, | |
| "momus": { | |
| "model": "github-copilot/gpt-5.2", | |
| "variant": "medium", | |
| "fallback_models": ["kimi-for-coding/k2p5", "google/antigravity-gemini-3-pro"] | |
| }, | |
| "atlas": { | |
| "model": "kimi-for-coding/k2p5", | |
| "fallback_models": ["anthropic/claude-sonnet-4-6"] | |
| } | |
| }, | |
| "categories": { | |
| "visual-engineering": { | |
| "model": "google/antigravity-gemini-3-pro", | |
| "variant": "high", | |
| "fallback_models": ["github-copilot/gemini-3-pro"] | |
| }, | |
| "ultrabrain": { | |
| "model": "github-copilot/gpt-5.3-codex", | |
| "variant": "xhigh", | |
| "fallback_models": ["anthropic/claude-opus-4-6", "kimi-for-coding/k2p5"] | |
| }, | |
| "deep": { | |
| "model": "github-copilot/gpt-5.3-codex", | |
| "variant": "medium", | |
| "fallback_models": ["kimi-for-coding/k2p5"] | |
| }, | |
| "artistry": { | |
| "model": "google/antigravity-gemini-3-pro", | |
| "variant": "high", | |
| "fallback_models": ["kimi-for-coding/k2p5"] | |
| }, | |
| "quick": { | |
| "model": "anthropic/claude-haiku-4-5", | |
| "fallback_models": ["zai-coding-plan/glm-4.7-flash"] | |
| }, | |
| "unspecified-low": { | |
| "model": "kimi-for-coding/k2p5", | |
| "fallback_models": ["anthropic/claude-sonnet-4-6"] | |
| }, | |
| "unspecified-high": { | |
| "model": "anthropic/claude-opus-4-6", | |
| "variant": "max", | |
| "fallback_models": ["kimi-for-coding/k2p5", "github-copilot/claude-opus-4-6"] | |
| }, | |
| "writing": { | |
| "model": "kimi-for-coding/k2p5", | |
| "fallback_models": ["google/antigravity-gemini-3-flash"] | |
| } | |
| }, | |
| "runtime_fallback": { | |
| "enabled": true, | |
| "max_fallback_attempts": 3, | |
| "cooldown_seconds": 60, | |
| "notify_on_fallback": true | |
| }, | |
| "background_task": { | |
| "providerConcurrency": { | |
| "anthropic": 3, | |
| "github-copilot": 5, | |
| "kimi-for-coding": 5, | |
| "google": 5, | |
| "zai-coding-plan": 10 | |
| } | |
| }, | |
| "_migrations": [ | |
| "model-version:anthropic/claude-sonnet-4-5->anthropic/claude-sonnet-4-6", | |
| "model-version:anthropic/claude-sonnet-4-5->anthropic/claude-sonnet-4-6" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment