From 1673c94641e0c09b5085452eaa2ab490babac6f5 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:18:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Planner-Sisyphus?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E5=B9=B6=E6=8C=87=E5=AE=9A=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=BAclaude-opus-4-5-thinking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加Planner-Sisyphus配置项并指定其模型为claude-opus-4-5-thinking --- oh-my-opencode.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 62e350a..e28f7e1 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,6 +4,9 @@ "Sisyphus": { "model": "anthropic-gateway/claude-opus-4-5-thinking" }, + "Planner-Sisyphus": { + "model": "anthropic-gateway/claude-opus-4-5-thinking" + }, "oracle": { "model": "openai-gateway/gpt-5.2" },