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 releases Home olderv2.0.63 v2.0.65newer

Claude Code v2.0.64

2 entries read diff v2.0.63 → v2.0.64 Markdown

This release contains two minor changes: the official plugins repository URL was updated to match its marketplace name, and screenshot copying now provides a clearer error message when running in builds without embedded font assets.

Find
Pick an entry · j / k steps through
3 entries

New Featuresopen

#

No new features in this release.

Related

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

Official Plugins Repository Renamed#

What: The GitHub repository URL for the official plugins marketplace was updated from anthropics/claude-code-plugins to anthropics/claude-plugins-official.

Details:

  • This aligns the repository name with the existing marketplace identifier claude-plugins-official
  • Existing plugin references using the old repository name in documentation may need updating
  • Evidence: Variable r70 at line 496527 in v2.0.63 → Variable e70 at line 496571 in v2.0.64

Related

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

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
1 entry

Internal Changesopen

#

This release includes 9,263 internal variable renames due to bundler regeneration. These do not affect functionality and are not user-visible.

Related

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

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v2.0.64. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Made auto-compacting instant
  • Agents and bash commands can run asynchronously and send messages to wake up the main agent
  • /stats now provides users with interesting CC stats, such as favorite model, usage graph, usage streak
  • Added named session support: use /rename to name sessions, /resume <name> in REPL or claude --resume <name> from the terminal to resume them
  • Added support for .claude/rules/`. See https://code.claude.com/docs/en/memory for details.
  • Added image dimension metadata when images are resized, enabling accurate coordinate mappings for large images
  • Fixed auto-loading .env when using native installer
  • Fixed --system-prompt being ignored when using --continue or --resume flags
  • Improved /resume screen with grouped forked sessions and keyboard shortcuts for preview (P) and rename (R)
  • VSCode: Added copy-to-clipboard button on code blocks and bash tool inputs
  • VSCode: Fixed extension not working on Windows ARM64 by falling back to x64 binary via emulation
  • Bedrock: Improve efficiency of token counting
  • Bedrock: Add support for aws login AWS Management Console credentials
  • Unshipped AgentOutputTool and BashOutputTool, in favor of a new unified TaskOutputTool
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.