diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index fd69dea..ac913dd 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,16 +1,16 @@ { "$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": "max" }, + "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.2", "variant": "high" }, - "librarian": { "model": "google/gemini-3-flash-preview" }, - "explore": { "model": "litellm/grok-code-fast-1" }, + "librarian": { "model": "litellm/glm-4.7" }, + "explore": { "model": "litellm/minimax-m2.5" }, "multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, - "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, + "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "momus": { "model": "openai/gpt-5.2", "variant": "medium" }, - "atlas": { "model": "anthropic/claude-sonnet-4-6" } + "atlas": { "model": "litellm/kimi-k2.5" } }, "categories": { "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, @@ -19,8 +19,8 @@ "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "anthropic/claude-haiku-4-5" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "writing": { "model": "google/gemini-3-flash" } + "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, + "writing": { "model": "litellm/kimi-k2.5" } }, "git_master": { "commit_footer": false, diff --git a/opencode.jsonc b/opencode.jsonc index 7b96974..9d0aacf 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -116,7 +116,7 @@ }, // MiniMax - "MiniMax-M2.5": { + "minimax-m2.5": { "name": "MiniMax-M2.5", "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] },