diff --git a/opencode/oh-my-opencode.json b/opencode/oh-my-opencode.json index 303cdd0..4ab7b24 100644 --- a/opencode/oh-my-opencode.json +++ b/opencode/oh-my-opencode.json @@ -2,10 +2,37 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "Sisyphus": { - "model": "anthropic/claude-sonnet-4-20250514" + "model": "anthropic/claude-opus-4-5" }, "explore": { - "model": "anthropic/claude-haiku-4-20250514" + "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 } } -} +} \ No newline at end of file