From 6e81723e4f366aeff4bbc10e2670178cd7baede3 Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Mon, 2 Mar 2026 13:31:21 +0800 Subject: [PATCH 1/4] =?UTF-8?q?chore:=20=E5=B0=86=20.env=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=B7=BB=E5=8A=A0=E5=88=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 931fa36..7e77c63 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ bun.lock .DS_Store Thumbs.db +.env -- 2.52.0 From bc349dd01c887fbd137d966e6b4515a797c976ad Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Mon, 2 Mar 2026 13:31:33 +0800 Subject: [PATCH 2/4] =?UTF-8?q?chore:=20=E5=B0=86=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E4=BB=8E=20system=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20everforest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tui.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui.jsonc b/tui.jsonc index 59f46ac..a021b93 100644 --- a/tui.jsonc +++ b/tui.jsonc @@ -1,4 +1,4 @@ { "$schema": "https://opencode.ai/tui.json", - "theme": "system" + "theme": "everforest" } -- 2.52.0 From 090df9bed0716247b39c906e3606ac4aa4ebad4c Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Fri, 17 Apr 2026 14:51:04 +0800 Subject: [PATCH 3/4] =?UTF-8?q?chore:=20=E5=BA=94=E7=94=A8=20Claude=20Opus?= =?UTF-8?q?=204.7=20=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + opencode.jsonc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25ca110..f0be27a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Thumbs.db oh-my-openagent.json oh-my-openagent.jsonc +.env diff --git a/opencode.jsonc b/opencode.jsonc index 7534183..32bd191 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "plugin": ["oh-my-openagent@latest"], "autoupdate": false, - "model": "anthropic/claude-opus-4-6", + "model": "anthropic/claude-opus-4-7", "small_model": "openai/gpt-5.4-mini", "provider": { "anthropic": { -- 2.52.0 From bd53dfd30f148ff727e2d6c09b60f5d42cfd6046 Mon Sep 17 00:00:00 2001 From: MAO Dongyang Date: Fri, 17 Apr 2026 15:08:39 +0800 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20=E5=BA=94=E7=94=A8=20Claude=20Opus?= =?UTF-8?q?=204.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" }, -- 2.52.0