Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Truncated event batches are flagged, and pending events are drained on interrupt

You'll notice
Useful2 Signal2
Background Tasks

When background event batches get cut short, Claude is told how many events are still waiting.

What

When background events are delivered to Claude in batches, a batch cut short by size or count limits now says so in a system note, and each attachment carries a count of how many events are still waiting, so the model knows nothing was silently dropped.

Details
  • Batches that hit the size or count limit append a "delivery chunked" note rather than ending mid-list with no signal.
  • Cancelling the queue settles every undelivered event as dropped with the reason "interrupt cleared the queue", instead of leaving them unresolved.
  • These event attachments are also now kept out of one transcript-collapsing path, so they stay visible in history.
Evidence

delivery chunked:

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.233 →