Use it now
No documentation found
Edits typed in the prompt box can now be routed through a 'prompt.edit' hook chain
What
A new recording/replay pipeline captures edits made to the text in the prompt input box (the composer). If a prompt.edit hook is registered, these edits are now routed through that hook chain before being applied to the input box. If no such hook is registered, the edits are applied directly and Claude Code logs that they went through unhooked.
Why
This lets a hook intercept and potentially modify what you type into the prompt box before it takes effect, opening the door to custom processing of composer edits.
Names in the bundleprompt.edit