A developer notices Claude Code is in "auto-permission" mode and appro — Claude Code Certified Professional Practice — Claude Cert Academy

A developer notices Claude Code is in "auto-permission" mode and approves all tool calls without prompting. They want to confirm which permission mode is active. Where should they look?

Answer: The permission_mode field in .claude/settings.json or settings.local.json

Permission mode is configured in .claude/settings.json (shared) or settings.local.json (local override), under the permission_mode field. There is no CLAUDE_PERMISSION_MODE environment variable. `claude --show-config` is not a valid subcommand. CLAUDE.md describes project context but does not control permission mode.

Continue to Claude Cert Academy