chore: 添加实验性配置并调整配置项顺序

This commit is contained in:
2026-03-01 01:43:34 +08:00
parent e7aeec46f2
commit 200c3fe5f8

View File

@@ -4,6 +4,10 @@
"model": "anthropic/claude-opus-4-6", "model": "anthropic/claude-opus-4-6",
"small_model": "anthropic/claude-haiku-4-5", "small_model": "anthropic/claude-haiku-4-5",
"plugin": ["oh-my-opencode@latest"], "plugin": ["oh-my-opencode@latest"],
"experimental": {
"disable_paste_summary": true
},
"disabled_providers": ["opencode"],
"provider": { "provider": {
"anthropic": { "anthropic": {
"npm": "@ai-sdk/anthropic", "npm": "@ai-sdk/anthropic",
@@ -139,6 +143,5 @@
} }
} }
} }
}, }
"disabled_providers": ["opencode"]
} }