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.65 Home All releases olderv1.0.64 v1.0.66newer
Claude Code v1.0.65

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

See this entry in the whole of v1.0.65 →