From 32e9668cc5797486830dee62b09be0f3d37c6dcd Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:09:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=20Sisyphus=20=E7=BB=9F=E4=B8=80=E4=B8=BA?= =?UTF-8?q?=E5=A4=A7=E5=86=99=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将代理名称 "sisyphus" 改为大写 "Sisyphus" 以保持命名一致性。 --- oh-my-opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index b2cc3fe..62e350a 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { + "Sisyphus": { "model": "anthropic-gateway/claude-opus-4-5-thinking" }, "oracle": {