You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(cli): Add find and grep as commands to the safe list
Rational: these are common commands used by the CLI to determine the current state of the users workspace when understanding context for a task.
* feat(cli): Support safe piped commands in execute_bash
Allow piped commands that only use safe read-only operations like 'find | grep' or 'ls | grep'. Each command in the pipe chain is validated against the READONLY_COMMANDS list.
🤖 Assisted by [Amazon Q Developer](https://aws.amazon.com/q/developer)
0 commit comments