What's wrong with this entry?
Anonymous. No account, no email.
When exiting plan mode, Claude can now request prompt-based bash permissions that will be pre-approved for the session.
Details
- New
allowedPromptsparameter accepts semantic descriptions of actions - Example:
{"tool": "Bash", "prompt": "run tests"}matches npm test, pytest, etc. - Permissions are session-scoped and cleared when the session ends
- Guidelines encourage narrow, security-conscious permission scoping
Evidence
jE2 at line 2362 (ExitPlanMode description, contains "allowedPrompts")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.