[BUG] Asking permission too often

Resolved 💬 11 comments Opened Oct 30, 2025 by jchapman952 Closed Jan 24, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Claud Code, v2.0.29, is constantly asking permission to do read operations like read, glob, grep etc. Per the docs, I have set up .clade/settins.json with:
{
"permissions": {
"allow": [
"Read()",
"Glob(
)",
"Grep()",
"LS(
)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(find:*)",
"Bash(ls:*)"
]
}
}

I stopped and restarted vs code and claude, several times. This seriously slows down my work flow.

What Should Happen?

It would be great if claude would stop asking permission to do non-volatile read-only operations.

Error Messages/Logs

Steps to Reproduce

Just run claude code and ask it to something where it needs to read a file.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

don't know

Claude Code Version

2.0.29

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

_No response_

View original on GitHub ↗

This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗