From 420563a2aa61eb9fa361a44bc3a8445c8f2e891e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 7 Feb 2026 06:14:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=89=88=E6=9C=AC=E8=87=B3=20claude-opus-4-6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个代理的模型版本从 claude-opus-4-5 升级为 claude-opus-4-6 - 更新模型版本为 cpa-anthropic/claude-opus-4-6 --- 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 c743efc..fac0b53 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,7 +4,7 @@ "agents": { // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models "sisyphus": { - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-opus-4-6", "variant": "max" }, "hephaestus": { @@ -28,11 +28,11 @@ "model": "cpa-google/gemini-3-flash" }, "prometheus": { - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-opus-4-6", "variant": "max" }, "metis": { - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-opus-4-6", "variant": "max" }, "momus": { @@ -68,7 +68,7 @@ "model": "cpa-anthropic/claude-sonnet-4-5" }, "unspecified-high": { - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-opus-4-6", "variant": "max" }, "writing": { diff --git a/opencode.jsonc b/opencode.jsonc index bf9c4fb..5db0743 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": false, "theme": "system", - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-opus-4-6", "small_model": "cpa-google/gemini-3-flash", "plugin": ["oh-my-opencode@latest"], "provider": {