Files
opencode/opencode.json
2026-01-28 15:27:26 +08:00

34 lines
671 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "opencode/gpt-5.2",
"mcp": {
"pencil": {
"command": [
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
"--ws-port",
"57630"
],
"enabled": true,
"type": "local"
}
},
"permission": "allow",
"plugin": [
"@mohak34/opencode-notifier@latest"
],
"provider": {
"opencode": {
"models": {
"claude-sonnet-4-5": {
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 16000
}
}
}
}
}
}
}