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 olderv0.2.61 v0.2.64newer

Claude Code v0.2.62

12 entries read diff v0.2.61 → v0.2.62 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

IDE Integration Enhancement#

  • Enhanced IDE selection awareness: Claude Code now detects and displays when text is selected in your IDE (when connected via MCP)
  • Shows the number of lines selected in the status bar (e.g., "5 lines selected")
  • Automatically clears the indicator when selection is removed
  • Supports selection notifications from IDE extensions that implement the selection_changed MCP notification

Related

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

Improved Changelog Management#

  • Dynamic changelog fetching: Claude Code now fetches the latest changelog from GitHub
  • Automatically caches changelog updates for better performance
  • Fetches from: https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/CHANGELOG.md
  • Shows relevant release notes on startup when updates are available

Related

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

Model Configuration Updates#

  • New Sonnet model: Added support for claude-3-7-sonnet-20250219
  • Improved model selection: Better handling of environment-specific model configurations
  • Automatically selects appropriate model variant based on your provider (Bedrock, Vertex, or First-party)
  • Respects ANTHROPIC_SMALL_FAST_MODEL environment variable for custom model selection

Related

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

User Interface#

  • Queue command hint tracking: Added queuedCommandUpHintCount to user preferences for better hint management
  • Enhanced streaming status: Claude now shows more specific status indicators during response streaming:
  • "responding" for regular text responses
  • "tool-use" when executing tools
  • "thinking" when in thinking mode

Performance#

  • Optimized output handling: Large outputs are now written in chunks to prevent buffer overflow
  • Processes output in 2000-character chunks for better terminal performance

Related

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

1 entry

Technical Changesopen

#

  • Removed unused stream import and process import redundancies
  • Consolidated MCP server connection handling
  • Improved notification processing for IDE integrations
  • Better separation of concerns for changelog and release notes display

Related

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

1 entry

Bug Fixesopen

#

  • Fixed potential issues with undefined IDE selection states
  • Improved error handling for selection change notifications
  • Better handling of edge cases in streaming responses

Related

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

Verbatim
No official entry

Not individually listed upstream

v0.2.62 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

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