Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.
98
98%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Use this reference for safe, maintainable OpenCode permission configuration.
{
"permission": {
"edit": "ask",
"webfetch": "allow",
"bash": {
"npm *": "allow",
"git *": "allow",
"rm *": "ask",
"*": "ask"
}
}
}bash rules.