From 80725eab9f9f7d29f88aeeec2e33de0de643a49a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Jan 2026 16:36:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0DPC=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加DPC配置文件并指定其模式定义。 - 更新插件配置,引入最新版核心增强、DCP优化及表格美化插件。 --- dcp.jsonc | 3 +++ opencode.jsonc | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 dcp.jsonc diff --git a/dcp.jsonc b/dcp.jsonc new file mode 100644 index 0000000..6e5c686 --- /dev/null +++ b/dcp.jsonc @@ -0,0 +1,3 @@ +{ + "$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json" +} diff --git a/opencode.jsonc b/opencode.jsonc index 9a2d32f..e848655 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -4,7 +4,11 @@ "theme": "tokyonight", "model": "cpa-anthropic/claude-sonnet-4-5", "small_model": "cpa-google/gemini-3-flash", - "plugin": ["oh-my-opencode"], + "plugin": [ + "oh-my-opencode@latest", // 核心增强 + "@tarquinen/opencode-dcp@latest", // DCP 优化 + "@franlol/opencode-md-table-formatter@latest" // 表格美化 + ], "provider": { "cpa-anthropic": { "name": "CPA Anthropic",