20 lines
331 B
Plaintext
20 lines
331 B
Plaintext
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"opencode": {
|
|
"options": {},
|
|
},
|
|
},
|
|
"permission": {
|
|
"edit": {
|
|
"packages/opencode/migration/*": "deny",
|
|
},
|
|
},
|
|
"plugin": ["../daytona.ts"],
|
|
"mcp": {},
|
|
"tools": {
|
|
"github-triage": false,
|
|
"github-pr-search": false,
|
|
},
|
|
}
|