From cbad41af01d13fe401f6a1f1f0985194ed856396 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 18:47:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E8=80=85=E9=85=8D=E7=BD=AE=E4=BB=A5=E5=81=9C?= =?UTF-8?q?=E7=94=A8=20opencode=20=E6=8F=90=E4=BE=9B=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加禁用提供者配置以停用 opencode 提供者 --- opencode.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index e71d49f..6a38e5a 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -118,5 +118,6 @@ } } } - } + }, + "disabled_providers": ["opencode"] }