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.269 ·

MessageDisplay hooks can now rewrite already-streamed text ('live' rewriting)

MessageDisplay hooks can now rewrite text already streamed to the screen, not just append to it

TierNothing to try yethow much it should matter to you
Useful4my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaHookswhat it touches
KindNew Featuresin v2.1.269,
Nothing to try yet Notable No documentation found

MessageDisplay hooks can now rewrite text already streamed to the screen, not just append to it

What

The MessageDisplay hook system, which runs while assistant message text is being displayed, gained a new onStreamingRewrite callback along with per-turn tracking of whether text is still live, has been rewritten, or where it was resolved to. Previously hooks could only append new text as it streamed in; now a hook can go back and rewrite text that was already shown on screen before the turn finishes.

Why

This allows hooks to correct or transform previously displayed text in real time, rather than being limited to appending, opening up more flexible live formatting or editing of streamed responses.

Read from
Names in the bundleonStreamingRewrite

See this entry in the whole of v2.1.269 →