Environment
- Platform (select one):
- Claude CLI version:
1.0.34 (Claude Code)
- Operating System: 14.7.6 (23H626)
- Terminal: Terminal App
Bug Description
Despite claude having access to find command, it will continously ask for permission. Happens the same with grep and a bunch of other tools.
{
"permissions": {
"allow": [
...
"Bash(find:*)",
...
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Bash command │
│ │
│ find /Users/spyne/repo/pinot -name "*.java" -exec grep -l "CONFIG_OF_ZOOKEEEPER_SERVER\|CONFIG_OF_CONTROLLER_PORT" {} \; │
│ Find files that contain these constants │
│ │
│ Do you want to proceed? │
│ ❯ 1. Yes │
│ 2. Yes, and don't ask again for similar commands in /Users/spyne/repo/startree-pinot │
│ 3. No, and tell Claude what to do differently (esc)
Steps to Reproduce
- Jusk ask to build something.
Expected Behavior
It should continue given that it has the permissions
Actual Behavior
It stops and waits for user input
Additional Context
Using Claude 4 sonnet using Bedrock APIs
Environment
1.0.34 (Claude Code)Bug Description
Despite claude having access to find command, it will continously ask for permission. Happens the same with grep and a bunch of other tools.
Steps to Reproduce
Expected Behavior
It should continue given that it has the permissions
Actual Behavior
It stops and waits for user input
Additional Context
Using Claude 4 sonnet using Bedrock APIs