From bd53dfd30f148ff727e2d6c09b60f5d42cfd6046 Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Fri, 17 Apr 2026 15:08:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BA=94=E7=94=A8=20Claude=20Opus=204?= =?UTF-8?q?.7=20=E5=88=B0=E8=A5=BF=E8=A5=BF=E5=BC=97=E6=96=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.claude.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index d4a0f38..ac37046 100644 --- a/oh-my-openagent.claude.jsonc +++ b/oh-my-openagent.claude.jsonc @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "ai-gateway/minimax-m2.7" },