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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Bug reports are trimmed to fit an 8 MiB upload limit

You'll notice
Useful3 Signal1
Feedback

Bug reports from long sessions get trimmed to fit the upload limit instead of failing outright.

What

Feedback submissions are now measured before upload and trimmed to 8388608 bytes (with 65536 bytes of headroom) instead of failing, so long sessions can still file a report.

Details
  • Trimming drops the oldest transcript messages first, removes individually oversized messages, and shrinks or omits the raw session log tail.
  • A short machine-readable note summarising what was dropped is appended to the report description.
  • If the payload is still over budget after trimming, an error-level log entry is written.
  • The feedback_draft_submit failure event gained a from_this_session dimension.
Evidence

(trimmed client-side to fit the upload size limit)

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.235 →