Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

Composer edits can be relayed through a 'prompt.edit' hook chain

Edits typed in the prompt box can now be routed through a 'prompt.edit' hook chain

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPrompt Inputwhat it touches
KindNew Featuresin v2.1.277,
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.

Read from
Names in the bundleprompt.edit

See this entry in the whole of v2.1.277 →