It seems the Command Allowlist only works for an exact match (which makes sense given command chaining and whatnot).
Problem: Commands change on each invocation, making the allowlist less useful. For example, I have grep on my allow list, but an LLM will run a different grep common and each grep. So I often end up having to approve every grep within a chat.
Potential solutions:
- Allow wildcards in a allowlist commands (say any non-chained
grep *is allow listed) - Add a button “Add command to allowlist” so I can quickly update my allow list
