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 v1.0.32 Home All releases olderv1.0.31 v1.0.33newer
Claude Code v1.0.32

Improvements

Performance Enhancements

  • HTTP Agent Caching: Improved performance for operations involving multiple HTTP requests through agent caching
  • Reduced overhead when making repeated network calls

Configuration Directory Handling

  • Simplified config directory resolution: The configuration directory logic has been streamlined
  • Now uses the nullish coalescing operator (??) for cleaner fallback handling
  • Priority remains: CLAUDE_CONFIG_DIR environment variable → default ~/.claude directory
  • Note: Support for XDG_CONFIG_HOME has been removed in favor of the simpler approach

Error Handling

  • Enhanced BigInt handling: Better error messages when encountering BigInt values that cannot be converted to numbers
  • Improved type conversion: More robust handling of numeric type conversions with clearer error reporting
  • Better JSON parsing errors: More informative error messages for JSON parsing failures

See this entry in the whole of v1.0.32 →