Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×In config.yml under toolPermissions: bash: , i can do:
```
- command: find.*
permission: allow
- command: head.*
permission: allow
```
and
```
- command: "find ~/.rovodev/ -name \"*.yml\" | head -5"
permission: allow
```
but not
```
- command: "find.* | head.*"
permission: allow
```
i tried all kinds of escape patterns. couldn't find a working one.
is it possible at all ?
if not, i kindly request such functionality.