34 lines
671 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|