> Internal error: { > "details": "Invalid permissions.defaultMode: auto." > } <img width="579" height="110" alt="Image" src="https://github.com/user-attachments/assets/dc27ab59-a160-44cd-9807-4bad6b286e0a" /> ``` ❯ cat ~/.claude/settings.json | jq '.permissions' { "allow": [ "WebSearch", "WebFetch" ], "defaultMode": "auto" } ``` This mode was recently added, see: * https://claude.com/blog/auto-mode * https://code.claude.com/docs/en/permissions#permission-modes
This mode was recently added, see: