voice-agent/.claude/settings.local.json
Christian Mueller 32ab12014f fix: allow all permissions to eliminate confirmation prompts
Bash(*), Read(*), Write(*), Edit(*), Glob(*), Grep(*) - no more prompts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 23:36:04 +01:00

13 lines
150 B
JSON

{
"permissions": {
"allow": [
"Bash(*)",
"Read(*)",
"Write(*)",
"Edit(*)",
"Glob(*)",
"Grep(*)"
]
}
}