Files
dotfiles/.config/opencode/opencode.jsonc
2026-03-09 12:28:10 +00:00

44 lines
764 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"default_agent": "lead",
"plugin": ["@tarquinen/opencode-dcp"],
"agent": {
"general": {
"disable": true
},
"explore": {
"disable": true
},
"plan": { "permission": { "write": "allow" } }
},
"permission": {
"websearch": "allow",
"question": "allow",
"external_directory": "deny"
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true
},
"playwright": {
"type": "local",
"command": [
"npx",
"@playwright/mcp@latest",
"--headless",
"--browser",
"chromium"
],
"enabled": true
}
}
}