Files
opencode/opencode.json
2026-01-28 10:57:24 +08:00

24 lines
444 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "opencode/claude-sonnet-4-5",
"mcp": {},
"permission": "allow",
"plugin": [
"@mohak34/opencode-notifier@latest"
],
"provider": {
"opencode": {
"models": {
"claude-opus-4-5": {
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 16000
}
}
}
}
},
}
}