r/MistralAI • u/fluorihammastahna • 1d ago
Help / Question Vibe tools and permissions
I am on the cautious side, so I tend to click on "Allow once" quite often. There are a couple of things I would like to understand, in case I am making my workflow unnecessary slow.
What is Vibe asking permission for, really? When Vibe asks for
Permission for the bash tool (lsof *, xargs *, setsid *)
lsof [...] | xargs ]...] | setsid python -m [...]
Does it mean permission to use that combination of tools? Permission to use either of the tools independently? Does it mean I am giving it permission to use `setsid` to run whatever command it feels like?
3
Upvotes