refactor: 更新配置并删除通知插件

This commit is contained in:
2026-01-15 09:36:05 +08:00
parent 9068ced11e
commit 5d9efea7ab
3 changed files with 10 additions and 88 deletions

View File

@@ -1,5 +1,8 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {},
"permission": "allow",
"plugin": ["@mohak34/opencode-notifier@latest"],
"provider": {
"opencode": {
"models": {
@@ -10,19 +13,15 @@
"budgetTokens": 16000
}
}
},
"claude-sonnet-4-5": {
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 16000
}
}
}
}
},
"zhipuai-coding-plan": {
"options": {
"apiKey": "0f76aea86295476dbfa98724013b0fe8.o2EaJVqcl4Cf7WLP"
}
}
},
"mcp": {
},
"permission": "allow"
"model": "zhipuai-coding-plan/glm-4.7",
"small_model": "zhipuai-coding-plan/glm-4.7"
}