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.52 Home All releases olderv1.0.51 v1.0.53newer
Claude Code v1.0.52

Improvements

Terminal Title Management

  • Added CLAUDE_CODE_DISABLE_TERMINAL_TITLE environment variable
  • Set this to disable automatic terminal title updates if they interfere with your workflow
  • Usage: export CLAUDE_CODE_DISABLE_TERMINAL_TITLE=1

Performance Enhancements

  • Implemented caching mechanism with configurable TTL for frequently accessed data
  • Reduced redundant API calls through intelligent caching
  • Cache automatically refreshes stale data in the background

Security & Stability

  • Enhanced error handling for shell operations
  • Better cleanup of temporary resources
  • Improved file locking mechanisms to prevent race conditions

See this entry in the whole of v1.0.52 →