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",