From 200c3fe5f83359ebb5b4f99125cdefd1d4eeda26 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 1 Mar 2026 01:43:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E6=80=A7=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83=E6=95=B4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 250160f..868f7cc 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -4,6 +4,10 @@ "model": "anthropic/claude-opus-4-6", "small_model": "anthropic/claude-haiku-4-5", "plugin": ["oh-my-opencode@latest"], + "experimental": { + "disable_paste_summary": true + }, + "disabled_providers": ["opencode"], "provider": { "anthropic": { "npm": "@ai-sdk/anthropic", @@ -139,6 +143,5 @@ } } } - }, - "disabled_providers": ["opencode"] + } }