28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "deepseek-v4-pro",
|
|
"autoupdate": true,
|
|
|
|
// Activating the full team layer ONLY inside this profile directory
|
|
"plugin": [
|
|
"oh-my-openagent",
|
|
"opencode-canvas"
|
|
],
|
|
|
|
"permission": {
|
|
"read": {
|
|
"**/build/**": "deny",
|
|
"**/.verilator/**": "deny",
|
|
"**/*.vcd": "deny",
|
|
"**/*.fst": "deny",
|
|
"**/*.o": "deny",
|
|
"**/*.a": "deny",
|
|
"*": "allow"
|
|
},
|
|
"edit": {
|
|
"**/build/**": "deny",
|
|
"*": "allow"
|
|
},
|
|
"bash": "allow"
|
|
}
|
|
}
|