From 09ed1e3a98ba39ffe9e7e07663444c8f471938b8 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 17:00:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20Claude=20Opus=204.?= =?UTF-8?q?5=20=E6=A8=A1=E5=9E=8B=E5=90=8D=E7=A7=B0=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Claude Opus 4.5 模型名称并移除冗余的 Claude Sonnet 4.5 (Thinking) 模型配置 --- opencode.jsonc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 3921c35..cf19f13 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -20,16 +20,7 @@ }, "models": { "claude-opus-4-5": { - "name": "Claude Opus 4.5 (Thinking)", - "reasoning": true, - "modalities": { - "input": ["text", "image", "pdf"], - "output": ["text"] - }, - "limit": { "context": 200000, "output": 64000 } - }, - "claude-sonnet-4-5-thinking": { - "name": "Claude Sonnet 4.5 (Thinking)", + "name": "Claude Opus 4.5", "reasoning": true, "modalities": { "input": ["text", "image", "pdf"],