diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 9d2a82b..4b0697a 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,15 +4,15 @@ // https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models "sisyphus": { "description": "Primary orchestrator", - "model": "cpa-anthropic/claude-opus-4-5-thinking" + "model": "cpa-anthropic/claude-opus-4-5" }, "prometheus": { "description": "Strategic planning", - "model": "cpa-anthropic/claude-opus-4-5-thinking" + "model": "cpa-anthropic/claude-opus-4-5" }, "atlas": { "description": "Master orchestrator", - "model": "cpa-anthropic/claude-opus-4-5-thinking" + "model": "cpa-anthropic/claude-opus-4-5" }, "oracle": { "description": "Consultation, debugging", @@ -55,7 +55,7 @@ }, "unspecified-high": { "description": "Tasks that don't fit other categories, high effort required", - "model": "cpa-anthropic/claude-opus-4-5-thinking" + "model": "cpa-anthropic/claude-opus-4-5" }, "writing": { "description": "Documentation, prose, technical writing", diff --git a/opencode.jsonc b/opencode.jsonc index f8f3541..3921c35 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -19,7 +19,7 @@ "apiKey": "{env:CPA_API_KEY}" }, "models": { - "claude-opus-4-5-thinking": { + "claude-opus-4-5": { "name": "Claude Opus 4.5 (Thinking)", "reasoning": true, "modalities": {