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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Oversized results from served remote requests are replaced with an error

You'll notice
Useful2 Signal2
Cloud Sessions

Oversized results returned to a cloud session are replaced with an error naming the size and limit.

What

When this machine answers work for a cloud session, results that exceed the size limit are swapped for a synthetic error result stating the result was too large to return, along with the actual byte count and the limit.

Details
  • Served requests are tracked separately from other traffic, including which ones have already settled.
  • Results that were held for delivery can be given up when the connection is judged dead.
Evidence

the result was too large to return

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

See this entry in the whole of v2.1.247 →