theniceboy/opencode/opencode.json
2026-03-27 21:02:09 -07:00

51 lines
774 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"small_model": "openai/gpt-5.4-mini",
"compaction": {
"auto": false
},
"plugin": [
"opencode-anthropic-auth@0.0.13"
],
"lsp": {
"dart": {
"command": [
"dart",
"language-server"
],
"extensions": [
".dart"
]
}
},
"permission": {
"edit": "allow",
"bash": "allow",
"webfetch": "allow",
"consult": "deny",
"doom_loop": "allow",
"external_directory": "allow"
},
"mcp": {
"web": {
"type": "local",
"command": [
"mctrl-mcp",
"web"
],
"enabled": true
},
"sentry": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-remote@latest",
"https://mcp.sentry.dev/mcp"
],
"enabled": false
}
},
"provider": {}
}