opencode
opencode copied to clipboard
Better Permission Always for specific patterns
Currently if we have multiple patterns for permission, like edit, we are always allowing all, this makes it be per pattern:
config:
"read": "ask",
config:
"read": {
"*README.md": "ask",
"*Dockerfile": "ask",
}