mirror of
https://github.com/theniceboy/.config.git
synced 2026-04-12 13:35:17 +08:00
51 lines
774 B
JSON
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": {}
|
|
}
|