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

Large hook additionalContext entries can now be persisted to disk instead of truncated inline

Oversized hook context is now saved to a file instead of being cut off

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaHookswhat it touches
KindImprovementsin v2.1.275,
You'll notice

Oversized hook context is now saved to a file instead of being cut off

What

Hooks can return extra context text (additionalContext) that gets added to what the model sees. When a single hook's context text is too large for its allotted space, Claude Code now writes the full text to disk and passes along a reference to that file plus a truncated preview, instead of simply cutting the text short and discarding the rest.

Why

Previously oversized context was hard-truncated and the rest lost. Saving it to disk means the full content isn't discarded, even though only a preview is shown inline.

Read from
Names in the bundleadditionalContext

See this entry in the whole of v2.1.275 →