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.0.35 Home All releases olderv2.0.34 v2.0.36newer
Claude Code v2.0.35

Automatic Image Compression

What: New wrapper function that automatically compresses images exceeding 25KB to optimize token usage.

Details:

  • Transparently compresses large images before sending to the API
  • Uses multi-strategy compression: resizing, format optimization, quality adjustment
  • Default threshold: 25KB (25,000 tokens)
  • Evidence: rk1() at line 276879

See this entry in the whole of v2.0.35 →