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.36 v1.0.38newer

Claude Code v1.0.37

13 entries read diff v1.0.36 → v1.0.37 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v1.0.37 Changelog

Related

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

Enhanced Configuration Management#

Automatic Config Backup and Recovery

  • Configuration files are now automatically backed up when corruption is detected
  • If the main config file is corrupted, a timestamped backup is created (e.g., config.json.corrupted.1234567890)
  • Users are notified of backup locations and provided with recovery instructions
  • Example recovery message:
  Claude configuration file at ~/.claude/config.json is corrupted
  The corrupted file has been backed up to: ~/.claude/config.json.corrupted.1234567890
  A backup file exists at: ~/.claude/config.json.backup
  You can manually restore it by running: cp "~/.claude/config.json.backup" "~/.claude/config.json"

Improved Config File Locking

  • Added file locking mechanism for configuration updates to prevent concurrent write conflicts
  • If locking fails, the system gracefully falls back to non-locked saves with appropriate logging

Cost Reporting Control#

  • New environment variable CLAUDE_CODE_DISABLE_COST_REPORTING to disable cost reporting features
  • Usage: export CLAUDE_CODE_DISABLE_COST_REPORTING=true

Agent Plan Rejection Handling#

  • Added proper error messaging when an agent's proposed plan is rejected by the user
  • Provides clearer feedback in the interactive workflow

Related

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

Error Handling#

  • Added new AbortError class for better error categorization and handling of aborted operations

Stream Processing#

  • Migrated from generic stream imports to more specific PassThrough stream for improved performance

Related

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

Tool Permission System#

  • Added new permission request structure for tools, including:
  • Tool name identification
  • Input validation
  • Unique tool use request IDs for tracking
1 entry

Bug Fixesopen

#

  • Fixed configuration reading and writing logic to be more robust
  • Improved error messages and user guidance for configuration issues
  • Enhanced logging throughout the configuration management system

Related

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

1 entry

Internal Changesopen

#

  • Refactored configuration file operations with better error handling and recovery
  • Added comprehensive logging for debugging configuration issues
  • Improved modularization of stream processing components
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.37. 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.

  • Remove ability to set Proxy-Authorization header via ANTHROPIC_AUTH_TOKEN or apiKeyHelper
System prompt

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