opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Better Permission Always for specific patterns

Open dbpolito opened this issue 2 weeks ago • 0 comments

Currently if we have multiple patterns for permission, like edit, we are always allowing all, this makes it be per pattern:

config:

    "read": "ask",
image

config:

    "read": {
      "*README.md": "ask",
      "*Dockerfile": "ask",
    }
image image

dbpolito avatar Jan 03 '26 18:01 dbpolito