diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 167bec2..340ca65 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,14 +1,14 @@ { "$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" }, + "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "litellm/minimax-m2.7" }, "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" }, + "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "atlas": { "model": "anthropic/claude-sonnet-4-6" }, "sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" } @@ -20,7 +20,7 @@ "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" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "writing": { "model": "google/gemini-3-flash-preview" } }, "experimental": { diff --git a/opencode.jsonc b/opencode.jsonc index d5fd1b5..3d7c7e1 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -106,6 +106,12 @@ "modalities": { "input": ["text", "image", "video"], "output": ["text"] }, "limit": { "context": 262144, "output": 262144 } }, + "minimax-m2.7": { + "name": "MiniMax M2.7", + "reasoning": true, + "modalities": { "input": ["text"], "output": ["text"] }, + "limit": { "context": 204800, "output": 131072 } + }, "minimax-m2.5": { "name": "MiniMax M2.5", "reasoning": true,