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.28 Home All releases olderv1.0.27 v1.0.29newer
Claude Code v1.0.28

Technical Improvements

Better Environment Variable Handling

  • More defensive checks for CLAUDE_CODE_ENTRYPOINT to prevent duplicate assignments
  • Cleaner initialization in both CLI and MCP modes

Error Handling

  • Added AH1 (FallbackTriggeredError) class for better model fallback error reporting
  • Includes original and fallback model information in error messages

Process Management

  • Changed from hardcoded /bin/bash paths to more portable process execution
  • Better support for different shell environments

Metrics and Telemetry

  • Added terminal type tracking in metrics (terminal.type attribute)
  • Helps understand user environments for better support

See this entry in the whole of v1.0.28 →