You'll notice
Permission-retry status line now falls back to raw text when there are no allowed commands
What
The status line shown for a permission_retry used to always render as "Allowed <commands>". It now checks whether there are any allowed commands to list; if there aren't, it instead renders the retry's free-form content text, and if both the commands list and the content text are empty, it renders nothing at all.
Why
This prevents the status line from showing an empty or misleading "Allowed" message when a permission retry didn't actually involve any specific allowed commands.