From a9398fba8e8c56331ded4c03681523cbdbe9fc17 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 17:00:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84-thinking=E5=90=8E?= =?UTF-8?q?=E7=BC=80=E5=B9=B6=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8=E9=9D=9E?= =?UTF-8?q?=E6=80=9D=E8=80=83=E6=A8=A1=E5=BC=8FClaude=20Opus=204-5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除所有模型配置中的-thinking后缀,统一使用非思考模式的Claude Opus 4-5模型。 - 将模型名称从 claude-opus-4-5-thinking 修改为 claude-opus-4-5 并保留推理功能配置 --- oh-my-opencode.jsonc | 8 ++++---- opencode.jsonc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {