Aiden Cline

Results 1876 comments of Aiden Cline

We will have a react native mobile app its on the roadmap

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", } },...

Here is a basic SAFE test case, I think this works as expected rn? My permissions: ``` "permission": { "bash": { "ls *": "ask", }, }, ``` Notice that I...