From b22844503965bec48f0ab85a919c58c477b5844d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Mar 2026 00:06:50 +0800 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=AE=9A=E4=B9=89=E5=8F=82=E6=95=B0=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20GPT-5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 523cdbf..e251835 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -19,7 +19,7 @@ "name": "Claude Opus 4.6", "reasoning": true, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 200000, "output": 128000 } + "limit": { "context": 1000000, "output": 128000 } }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6", @@ -46,13 +46,7 @@ "name": "GPT-5.4", "reasoning": true, "modalities": { "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 1050000, "input": 272000, "output": 128000 } - }, - "gpt-5.2": { - "name": "GPT-5.2", - "reasoning": true, - "modalities": { "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 400000, "input": 272000, "output": 128000 } + "limit": { "context": 1050000, "input": 922000, "output": 128000 } }, "gpt-5.3-codex": { "name": "GPT-5.3-Codex", From 0b7cb682506146fb5bcae3e477bbb45f78454b0b Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Mar 2026 00:06:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E4=B8=8E=E5=88=86=E7=B1=BB=E6=A8=A1=E5=9E=8B=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 434e7ee..d646099 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,22 +4,23 @@ "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, - "librarian": { "model": "google/gemini-3-flash-preview" }, + "librarian": { "model": "litellm/minimax-m2.5" }, "explore": { "model": "litellm/grok-code-fast-1" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "atlas": { "model": "anthropic/claude-sonnet-4-6" } + "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.3-codex", "variant": "xhigh" }, + "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "anthropic/claude-haiku-4-5" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" }, + "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "writing": { "model": "google/gemini-3-flash-preview" } }, "git_master": { From 3eb10e1f92322b8587eb9a158cb1de64d39ccc28 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Mar 2026 02:40:46 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B9=B6=E7=B2=BE=E7=AE=80=E5=AE=9E=E9=AA=8C=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 5 ----- opencode.jsonc | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index d646099..d9391fc 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -26,10 +26,5 @@ "git_master": { "commit_footer": false, "include_co_authored_by": false - }, - "experimental": { - "dynamic_context_pruning": { - "enabled": true - } } } diff --git a/opencode.jsonc b/opencode.jsonc index e251835..f856175 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,10 +3,10 @@ "autoupdate": false, "model": "anthropic/claude-opus-4-6", "small_model": "anthropic/claude-haiku-4-5", - "plugin": ["oh-my-opencode@latest"], "experimental": { "disable_paste_summary": true }, + "plugin": ["oh-my-opencode@latest"], "provider": { "anthropic": { "npm": "@ai-sdk/anthropic", @@ -45,7 +45,7 @@ "gpt-5.4": { "name": "GPT-5.4", "reasoning": true, - "modalities": { "input": ["text", "image"], "output": ["text"] }, + "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1050000, "input": 922000, "output": 128000 } }, "gpt-5.3-codex": {