ended3월 17일· 4 sources

Claude Code stops to ask permission before every shell command. Here's the two-line fix.

Claude Code가 매번 셸 명령 실행 허가를 묻는 문제, 두 줄로 해결하기

Why it matters

Claude Code's default behavior prompts for permission before every shell command, disrupting autonomous workflows. The fix involves two changes: setting `allowedCommands: ["*"]` in `settings.json` to control what Claude can run without asking, and adding an explicit no-confirmation instruction in `CLAUDE.md` to control what Claude will do without asking. Both layers are needed because a gap between permission and instruction is where unexpected pauses occur.

4
Sources
+0
24h
Growth
180d
Active
allowedcommandsclaude codeclaude.mdclicode reviewcodebase mapcodebase onboardingmental modelobsidianpkmpretooluse hookread cachesettings.jsonshell permissionstoken optimizervault

Sources

Related Issues