From d10f6ddbe3e4bd53f7f0ee3d9cbc18e45728bdb4 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 6 Feb 2026 21:45:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20sisypus-junior=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20claude-sonnet-4-5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加新的模型配置 sisypus-junior,使用 claude-sonnet-4-5 模型。 --- oh-my-opencode.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e544dc2..a0f4583 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -38,6 +38,9 @@ "momus": { "model": "cpa-openai/gpt-5.2", "variant": "xhigh" + }, + "sisyphus-junior": { + "model": "cpa-anthropic/claude-sonnet-4-5" } }, "categories": {