[PR #3390] add flag wildcard parsing support for bash tool #10622

Closed
opened 2026-02-16 18:15:20 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3390

State: closed
Merged: Yes


fixes: #2952

Allows you to do this now:

{
  "$schema": "https://opencode.ai/config.json",
  "permission": {
    "bash": {
      "find * -delete": "deny",
      "find * -exec*": "deny",
      "find *": "allow"
    }
  }
}
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3390 **State:** closed **Merged:** Yes --- fixes: #2952 Allows you to do this now: ``` { "$schema": "https://opencode.ai/config.json", "permission": { "bash": { "find * -delete": "deny", "find * -exec*": "deny", "find *": "allow" } } } ```
yindo added the pull-request label 2026-02-16 18:15:20 -05:00
yindo closed this issue 2026-02-16 18:15:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10622