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.48 v1.0.50newer

Claude Code v1.0.49

11 entries read diff v1.0.48 → v1.0.49 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

#

# Claude Code v1.0.49 Changelog

Related

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

Windows Git Bash Integration#

  • Automatic Git Bash detection: Claude Code now automatically detects and configures Git Bash on Windows systems
  • Custom Git Bash path: Set CLAUDE_CODE_GIT_BASH_PATH environment variable to specify a custom Git Bash location
  • Path conversion: Added automatic Windows-to-Unix path conversion using cygpath for Git Bash compatibility

Related

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

File System Watching (Chokidar Integration)#

  • Real-time file monitoring: Added comprehensive file watching capabilities powered by Chokidar
  • Watch events: Support for file/directory add, change, unlink events with configurable options
  • Symlink handling: Proper symlink resolution and circular symlink detection
  • Performance optimizations: Binary file detection and optimized polling intervals for different file types

Related

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

Enhanced Configuration Validation#

  • Improved error messages: More helpful validation errors with specific suggestions for configuration issues
  • Field-specific tips: Added contextual help for configuration errors (e.g., apiKeyHelper format)
  • Documentation links: Automatic documentation links for configuration fields like permissions, env, and hooks

Path Handling#

  • Cross-platform support: Better handling of Windows paths with proper normalization
  • Absolute path resolution: New utilities for resolving and joining paths across platforms
  • Path validation: Enhanced validation for file paths and directory structures

Stream Processing#

  • Readdirp integration: Advanced recursive directory reading with filtering capabilities
  • Stream optimization: High-performance file enumeration with configurable water marks
  • Error handling: Graceful handling of permission errors and inaccessible directories
1 entry

Bug Fixesopen

#

  • Removed duplicate imports and unused functions
  • Fixed shell function snapshot generation issues
  • Improved error handling for missing directories
  • Better handling of special characters in file paths

Related

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

3 entries

Internal Changesopen

#

  • Added new utility functions: ls2, TfA, P29, IlA, ZlA, GlA, FlA, R79, YlA, WlA
  • New classes: HlA (recursive directory reader), hy1 (Node.js file system handler), jlA (directory watcher), ylA (watch helper), dy1 (main watcher)
  • Removed obsolete functions: M3, jQ, F9Q, hK, KuQ, jx6, sx6, Nh2, ox6, tx6, ex6

New Environment Variables#

  • CLAUDE_CODE_GIT_BASH_PATH: Specify custom Git Bash location on Windows
  • CHOKIDAR_USEPOLLING: Force polling mode for file watching (true/false)
  • CHOKIDAR_INTERVAL: Set polling interval in milliseconds

Watch Options#

{
  persistent: true,           // Keep process alive while watching
  ignoreInitial: false,      // Emit events for initial scan
  followSymlinks: true,      // Follow symbolic links
  usePolling: false,         // Use fs.watchFile instead of fs.watch
  interval: 100,             // Polling interval (ms)
  binaryInterval: 300,       // Polling interval for binary files (ms)
  awaitWriteFinish: {        // Wait for writes to finish
    stabilityThreshold: 2000,
    pollInterval: 100
  }
}
Verbatim
No official entry

Not individually listed upstream

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