From 092acf0659ec3b548a4c0b829d8d1c7ebb81c50a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 21:45:37 +0800 Subject: [PATCH 1/7] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20GPT-5.3-Codex?= =?UTF-8?q?=20=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89=E5=B9=B6=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20deep=20=E7=B1=BB=E5=88=AB=E8=87=B3=20GPT-5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index ab23bb3..5992b61 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -16,7 +16,7 @@ "categories": { "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, + "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "openai/gpt-5.4-mini" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, diff --git a/opencode.jsonc b/opencode.jsonc index 8a1b575..2f8427e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -45,12 +45,6 @@ "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1050000, "input": 922000, "output": 128000 } }, - "gpt-5.3-codex": { - "name": "GPT-5.3-Codex", - "reasoning": true, - "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 400000, "input": 272000, "output": 128000 } - }, "gpt-5.4-mini": { "name": "GPT-5.4 mini", "reasoning": true, From 1502791097c6f8ceaf7ee75f975d4dceb234753f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 22:10:06 +0800 Subject: [PATCH 2/7] =?UTF-8?q?chore:=20=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BB=8E=20oh-my-opencode?= =?UTF-8?q?=20=E5=88=B0=20oh-my-openagent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc => oh-my-openagent.jsonc | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) rename oh-my-opencode.jsonc => oh-my-openagent.jsonc (70%) diff --git a/oh-my-opencode.jsonc b/oh-my-openagent.jsonc similarity index 70% rename from oh-my-opencode.jsonc rename to oh-my-openagent.jsonc index 5992b61..b02daf5 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-openagent.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", + "$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" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, @@ -26,11 +26,31 @@ "experimental": { "disable_omo_env": true, "dynamic_context_pruning": { - "enabled": true + "enabled": true, + "notification": "detailed", + "turn_protection": { + "enabled": true, + "turns": 3 + }, + "protected_tools": [ + "task", + "todowrite", + "todoread", + "lsp_rename", + "session_read", + "session_write", + "session_search" + ], + "strategies": { + "deduplication": { "enabled": true }, + "supersede_writes": { "enabled": true, "aggressive": false }, + "purge_errors": { "enabled": true, "turns": 5 } + } } }, "git_master": { "commit_footer": false, - "include_co_authored_by": false + "include_co_authored_by": false, + "git_env_prefix": "GIT_MASTER=1" } } From 42a10574942b85cdaddeef1a345c300c7a953ac2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 22:14:09 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=20oh-my-openage?= =?UTF-8?q?nt.jsonc=20=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0=20fall?= =?UTF-8?q?back=5Fmodels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.jsonc | 114 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 92 insertions(+), 22 deletions(-) diff --git a/oh-my-openagent.jsonc b/oh-my-openagent.jsonc index b02daf5..ddc8430 100644 --- a/oh-my-openagent.jsonc +++ b/oh-my-openagent.jsonc @@ -1,27 +1,89 @@ { "$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" }, - "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, - "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, - "librarian": { "model": "ai-gateway/minimax-m2.7" }, - "explore": { "model": "ai-gateway/minimax-m2.7" }, - "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, - "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "atlas": { "model": "anthropic/claude-sonnet-4-6" }, - "sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" } + "sisyphus": { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + }, + "hephaestus": { + "model": "openai/gpt-5.4", + "variant": "medium" + }, + "oracle": { + "model": "openai/gpt-5.4", + "variant": "high" + }, + "librarian": { + "model": "ai-gateway/minimax-m2.7" + }, + "explore": { + "model": "ai-gateway/minimax-m2.7" + }, + "multimodal-looker": { + "model": "openai/gpt-5.4", + "variant": "medium" + }, + "prometheus": { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + }, + "metis": { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + }, + "momus": { + "model": "openai/gpt-5.4", + "variant": "xhigh" + }, + "atlas": { + "model": "anthropic/claude-sonnet-4-6" + }, + "sisyphus-junior": { + "model": "anthropic/claude-sonnet-4-6" + } }, "categories": { - "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, - "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, - "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, - "quick": { "model": "openai/gpt-5.4-mini" }, - "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "writing": { "model": "ai-gateway/kimi-k2.5" } + "visual-engineering": { + "model": "google/gemini-3.1-pro-preview", + "variant": "high", + "fallback_models": [ + { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + } + ] + }, + "ultrabrain": { + "model": "openai/gpt-5.4", + "variant": "xhigh" + }, + "deep": { + "model": "openai/gpt-5.4", + "variant": "medium" + }, + "artistry": { + "model": "google/gemini-3.1-pro-preview", + "variant": "high", + "fallback_models": [ + { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + } + ] + }, + "quick": { + "model": "openai/gpt-5.4-mini" + }, + "unspecified-low": { + "model": "anthropic/claude-sonnet-4-6" + }, + "unspecified-high": { + "model": "anthropic/claude-opus-4-6", + "variant": "max" + }, + "writing": { + "model": "ai-gateway/kimi-k2.5" + } }, "experimental": { "disable_omo_env": true, @@ -42,9 +104,17 @@ "session_search" ], "strategies": { - "deduplication": { "enabled": true }, - "supersede_writes": { "enabled": true, "aggressive": false }, - "purge_errors": { "enabled": true, "turns": 5 } + "deduplication": { + "enabled": true + }, + "supersede_writes": { + "enabled": true, + "aggressive": false + }, + "purge_errors": { + "enabled": true, + "turns": 5 + } } } }, From 2a1f59b993f5a95020548f3e9a101524a9e2201d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 22:23:12 +0800 Subject: [PATCH 4/7] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20writing=20?= =?UTF-8?q?=E7=B1=BB=E5=88=AB=E6=A8=A1=E5=9E=8B=E4=B8=BA=20kimi-k2p5-turbo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-openagent.jsonc b/oh-my-openagent.jsonc index ddc8430..1d51934 100644 --- a/oh-my-openagent.jsonc +++ b/oh-my-openagent.jsonc @@ -82,7 +82,7 @@ "variant": "max" }, "writing": { - "model": "ai-gateway/kimi-k2.5" + "model": "ai-gateway/kimi-k2p5-turbo" } }, "experimental": { From 9284359b93155ef6736d28f2d566710545c0a347 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 22:26:20 +0800 Subject: [PATCH 5/7] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20runtime=5Ffal?= =?UTF-8?q?lback=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-openagent.jsonc b/oh-my-openagent.jsonc index 1d51934..3a27e0e 100644 --- a/oh-my-openagent.jsonc +++ b/oh-my-openagent.jsonc @@ -118,6 +118,9 @@ } } }, + "runtime_fallback": { + "enabled": true + }, "git_master": { "commit_footer": false, "include_co_authored_by": false, From 7cc5251acc10bff097539dd498b55227d31e0b2d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 22:59:50 +0800 Subject: [PATCH 6/7] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=BC=95=E7=94=A8=E4=BB=8E=20oh-my-opencode=20?= =?UTF-8?q?=E5=88=B0=20oh-my-openagent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 2f8427e..020b641 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -1,6 +1,6 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["oh-my-opencode@latest"], + "plugin": ["oh-my-openagent@latest"], "autoupdate": false, "model": "anthropic/claude-opus-4-6", "small_model": "openai/gpt-5.4-mini", From 4b784e0ac19a78af15289c29a9a5f2582e307221 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 3 Apr 2026 00:10:22 +0800 Subject: [PATCH 7/7] =?UTF-8?q?chore:=20=E7=AE=80=E5=8C=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20Gemini=203.1=20Pro=20=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.jsonc | 103 ++++++++---------------------------------- opencode.jsonc | 6 +++ 2 files changed, 25 insertions(+), 84 deletions(-) diff --git a/oh-my-openagent.jsonc b/oh-my-openagent.jsonc index 3a27e0e..d4a0f38 100644 --- a/oh-my-openagent.jsonc +++ b/oh-my-openagent.jsonc @@ -1,89 +1,27 @@ { "$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" - }, - "hephaestus": { - "model": "openai/gpt-5.4", - "variant": "medium" - }, - "oracle": { - "model": "openai/gpt-5.4", - "variant": "high" - }, - "librarian": { - "model": "ai-gateway/minimax-m2.7" - }, - "explore": { - "model": "ai-gateway/minimax-m2.7" - }, - "multimodal-looker": { - "model": "openai/gpt-5.4", - "variant": "medium" - }, - "prometheus": { - "model": "anthropic/claude-opus-4-6", - "variant": "max" - }, - "metis": { - "model": "anthropic/claude-opus-4-6", - "variant": "max" - }, - "momus": { - "model": "openai/gpt-5.4", - "variant": "xhigh" - }, - "atlas": { - "model": "anthropic/claude-sonnet-4-6" - }, - "sisyphus-junior": { - "model": "anthropic/claude-sonnet-4-6" - } + "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, + "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, + "librarian": { "model": "ai-gateway/minimax-m2.7" }, + "explore": { "model": "ai-gateway/minimax-m2.7" }, + "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, + "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, + "atlas": { "model": "anthropic/claude-sonnet-4-6" }, + "sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" } }, "categories": { - "visual-engineering": { - "model": "google/gemini-3.1-pro-preview", - "variant": "high", - "fallback_models": [ - { - "model": "anthropic/claude-opus-4-6", - "variant": "max" - } - ] - }, - "ultrabrain": { - "model": "openai/gpt-5.4", - "variant": "xhigh" - }, - "deep": { - "model": "openai/gpt-5.4", - "variant": "medium" - }, - "artistry": { - "model": "google/gemini-3.1-pro-preview", - "variant": "high", - "fallback_models": [ - { - "model": "anthropic/claude-opus-4-6", - "variant": "max" - } - ] - }, - "quick": { - "model": "openai/gpt-5.4-mini" - }, - "unspecified-low": { - "model": "anthropic/claude-sonnet-4-6" - }, - "unspecified-high": { - "model": "anthropic/claude-opus-4-6", - "variant": "max" - }, - "writing": { - "model": "ai-gateway/kimi-k2p5-turbo" - } + "visual-engineering": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" }, + "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, + "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, + "artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" }, + "quick": { "model": "openai/gpt-5.4-mini" }, + "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "writing": { "model": "ai-gateway/kimi-k2p5-turbo" } }, "experimental": { "disable_omo_env": true, @@ -118,9 +56,6 @@ } } }, - "runtime_fallback": { - "enabled": true - }, "git_master": { "commit_footer": false, "include_co_authored_by": false, diff --git a/opencode.jsonc b/opencode.jsonc index 020b641..cde8412 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -82,6 +82,12 @@ "apiKey": "{env:AI_GATEWAY_API_KEY}" }, "models": { + "gemini-3.1-pro-preview": { + "name": "Gemini 3.1 Pro", + "reasoning": true, + "modalities": { "input": ["text", "image"], "output": ["text"] }, + "limit": { "context": 128000, "output": 128000 } // github copilot only has a 128k context size + }, "glm-5.1": { "name": "GLM-5.1", "reasoning": true,