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 olderv1.0.64 v1.0.66newer

Claude Code v1.0.65

15 entries read diff v1.0.64 → v1.0.65 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

Settings Schema Support#

  • Added JSON Schema support for Claude Code settings files
  • Settings files can now include $schema: "https://json.schemastore.org/claude-code-settings.json" for validation and autocompletion in supported editors
  • Improved settings validation with clearer error messages

Related

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

Enhanced Bash Tool Shell Integration#

  • Improved shell startup behavior: The Bash tool now better captures and preserves your shell environment including:
  • User-defined functions (filtered to exclude system functions)
  • Shell aliases (with special handling for Windows Git Bash winpty aliases)
  • Shell options and settings
  • PATH environment variable
  • Better cross-platform support: Special handling for Windows environments (MSYS/Cygwin) to avoid "stdin is not a tty" errors with winpty aliases
  • Snapshot file generation: Creates a comprehensive snapshot of your shell environment for more reliable command execution

Settings File Watcher Improvements#

  • Refactored settings file monitoring system for better performance
  • More efficient file watching with improved change detection
  • Better handling of file creation and deletion events

Related

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

Performance Optimizations#

  • Removed unnecessary diagnostic event handlers that could impact performance
  • Streamlined the caching system with a more efficient implementation
  • Reduced memory usage in the message compaction system

Related

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

Code Quality#

  • Removed several unused imports and variables
  • Simplified the diagnostic management system
  • Cleaned up deprecated conversation mode configurations ("Default", "Insights", "Learn by Doing")

Related

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

IDE Integration#

  • Enhanced selected lines tracking in IDE integration
  • Now tracks line start and end positions for better context preservation
  • Improved handling of truncated content in IDE selections
1 entry

Bug Fixesopen

#

  • Fixed shell function capture in Bash and Zsh environments
  • Resolved issues with base64 encoding of shell functions containing special characters
  • Fixed handling of shell aliases on Windows Git Bash

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 ripgrep wrapper functions
  • Consolidated child process execution imports
  • Simplified the LRU cache implementation
  • Removed redundant diagnostic notification handlers
1 entry

Removed Featuresopen

#

  • Removed the built-in conversation modes (Default, Insights, Learn by Doing)
  • These modes previously offered different interaction styles but have been deprecated in favor of a unified experience

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 v1.0.65. 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.

  • IDE: Fixed connection stability issues and error handling for diagnostics
  • Windows: Fixed shell environment setup for users without .bashrc files
System prompt

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