Aiden Cline
Aiden Cline
We will have a react native mobile app its on the roadmap
@scottrbaxter can you show your config? opencode debug config
Well ideally all your agent configs, you can like take out irrelevant stuff but ideally all the agent configs and the global permissions, if u do a debug config I...
@scottrbaxter try this instead: ``` "permission": { "bash": { "*": "ask", // last rule is now first rule "git ls-files": "allow", "git ls-files*": "allow", "git ls-files *": "allow", } },...
ill discuss further with dax
Here is a basic SAFE test case, I think this works as expected rn? My permissions: ``` "permission": { "bash": { "ls *": "ask", }, }, ``` Notice that I...