forked from imbytecat/opencode-config
feat: 添加DPC配置文件并更新插件配置
- 添加DPC配置文件并指定其模式定义。 - 更新插件配置,引入最新版核心增强、DCP优化及表格美化插件。
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user