From 1e4ba23ff73c1a0c9c2ac5a2bc05aa4c528c0109 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 10:03:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=B8=BA=20claude-sonnet-4?= =?UTF-8?q?-5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将代理的模型配置从 claude-opus-4-5-thinking 更新为 claude-sonnet-4-5 --- oh-my-opencode.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index de36b13..8bae097 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -3,11 +3,13 @@ "agents": { "sisyphus": { // Primary orchestrator + // "model": "anthropic-gateway/claude-opus-4-5-thinking" "model": "anthropic-gateway/claude-sonnet-4-5" }, "prometheus": { // Strategic planning - "model": "anthropic-gateway/claude-opus-4-5-thinking" + // "model": "anthropic-gateway/claude-opus-4-5-thinking" + "model": "anthropic-gateway/claude-sonnet-4-5" }, "atlas": { // Master orchestrator