diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index ac37046..eb0704f 100644 --- a/oh-my-openagent.claude.jsonc +++ b/oh-my-openagent.claude.jsonc @@ -7,8 +7,8 @@ "librarian": { "model": "ai-gateway/minimax-m2.7" }, "explore": { "model": "ai-gateway/minimax-m2.7" }, "multimodal-looker": { "model": "openai/gpt-5.4", "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-7", "variant": "max" }, + "metis": { "model": "anthropic/claude-opus-4-7", "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": "ai-gateway/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": "max" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "writing": { "model": "ai-gateway/kimi-k2p5-turbo" } }, "experimental": { diff --git a/opencode.jsonc b/opencode.jsonc index 32bd191..7a13c74 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -18,12 +18,6 @@ "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1000000, "output": 128000 } }, - "claude-opus-4-6": { - "name": "Claude Opus 4.6", - "reasoning": true, - "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 1000000, "output": 128000 } - }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6", "reasoning": true,