chore: 调整配置并精简实验选项

This commit is contained in:
2026-03-16 02:40:46 +08:00
parent 0b7cb68250
commit 3eb10e1f92
2 changed files with 2 additions and 7 deletions

View File

@@ -26,10 +26,5 @@
"git_master": {
"commit_footer": false,
"include_co_authored_by": false
},
"experimental": {
"dynamic_context_pruning": {
"enabled": true
}
}
}

View File

@@ -3,10 +3,10 @@
"autoupdate": false,
"model": "anthropic/claude-opus-4-6",
"small_model": "anthropic/claude-haiku-4-5",
"plugin": ["oh-my-opencode@latest"],
"experimental": {
"disable_paste_summary": true
},
"plugin": ["oh-my-opencode@latest"],
"provider": {
"anthropic": {
"npm": "@ai-sdk/anthropic",
@@ -45,7 +45,7 @@
"gpt-5.4": {
"name": "GPT-5.4",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 }
},
"gpt-5.3-codex": {