--no-input (no interactive prompts), permission configuration is critical.
Permission Modes
- Auto Accept
- Allowed Tools
- Default
Claude can use all tools without asking for permission. This is the most productive mode — Claude won’t get stuck waiting for approval.
Tool Categories
When using Allowed Tools mode, you can permit any combination of:| Tool | What It Does |
|---|---|
Read | Read file contents from disk |
Edit | Modify existing files |
Write | Create new files |
Bash | Execute shell commands |
Glob | Search for files by pattern |
Grep | Search file contents by regex |
Recommendations
Getting started
Getting started
Use Auto Accept to avoid agents getting stuck. This is the fastest way to see results.
Production projects
Production projects
Use Allowed Tools with
Read,Edit,Write,Bash,Glob,Grep for full functionality with explicit control.Read-only analysis
Read-only analysis
Use Allowed Tools with only
Read,Glob,Grep if you want Claude to analyze code without making changes.