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.64 Home All releases olderv2.0.63 v2.0.65newer
Claude Code v2.0.64

Screenshot Copying Build Check

What: Screenshot copying now verifies build capabilities before attempting to generate screenshots, providing a clearer error message when the feature is unavailable.

Details:

  • In builds without embedded font files (non-Bun builds or Bun builds without embedded assets), users will now see: "Screenshot copying is not available in this build"
  • Previously, the feature would attempt to run and potentially fail with a less helpful error message
  • The core screenshot functionality remains unchanged for supported builds
  • Evidence: New guard clause in Ib2() at lines 483446-483450 in v2.0.64, calling e5() build check function at lines 17067-17074

See this entry in the whole of v2.0.64 →