refactor: 切换至 oh-my-opencode 内置 DCP 替代 tarquinen 插件

This commit is contained in:
2026-02-06 16:59:25 +08:00
parent 83d7bcd91c
commit 7e2aa61947
2 changed files with 5 additions and 1 deletions

View File

@@ -63,5 +63,10 @@
"writing": { "writing": {
"model": "cpa-google/gemini-3-flash" "model": "cpa-google/gemini-3-flash"
} }
},
"experimental": {
"dynamic_context_pruning": {
"enabled": true
}
} }
} }

View File

@@ -6,7 +6,6 @@
"small_model": "cpa-google/gemini-3-flash", "small_model": "cpa-google/gemini-3-flash",
"plugin": [ "plugin": [
"oh-my-opencode@latest", "oh-my-opencode@latest",
"@tarquinen/opencode-dcp@beta",
"@franlol/opencode-md-table-formatter@latest" "@franlol/opencode-md-table-formatter@latest"
], ],
"provider": { "provider": {