-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
i've been running this in opencode.json since i can remember
"permission": {
"webfetch": "allow",
"bash": {
"rm *": "ask",
"git push *": "ask",
"git commit *": "ask",
"git add *": "ask",
"git log *": "allow",
"git status *": "allow",
"git diff *": "allow",
"docker *": "ask",
"kubectl *": "ask",
"npm run build": "allow",
"npm run typecheck": "allow",
"npm run lint": "allow",
"npm *": "ask",
"pkill *": "ask",
"kill *": "ask",
"python3 *": "ask",
"python *": "ask",
"node *": "ask"
}
},
since upgrading to 1.1.1, all of these commands are simply run now with no approval required in build mode. is this intentional?
Plugins
No response
OpenCode version
No response
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working