If an agent needs permission to run a command, I’m given the option to always allow just the command (without the args) or allow it to run the command once now, or reject it. I would love it if I had another choice, like “Allow ‘cmd with args’”… EG, say it wants to run npx tsc --noEmit I would like the menu to have an option to always allow running npx and then a different option to always allow running npx tsc --noEmit. I’d never let just npx in without args, but I will allow it with specific args. On the flip side, I would allow commands like ls, grep, etc. to run without args.
Thanks!