Under the hood
Prompt hook error messages now truncate overly long prompt text instead of embedding it in full
What
When a prompt hook's condition isn't met, the resulting blocking-error message now truncates the prompt command or label if it's too long, instead of always embedding the full raw prompt text.
Why
This keeps error messages from a prompt hook readable and prevents very long prompt text from bloating the error output.