From 3eb10e1f92322b8587eb9a158cb1de64d39ccc28 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 16 Mar 2026 02:40:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B9=B6=E7=B2=BE=E7=AE=80=E5=AE=9E=E9=AA=8C=E9=80=89=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": {