{ "$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" } }