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

Removed Features

File Watching System Removed

The entire file watching infrastructure has been removed, including:

  • Chokidar-based file system watcher
  • Settings file monitoring for automatic reload
  • External change detection system
  • The "Detected changes to settings.json. Restart to apply." notification

This means users will now need to manually restart Claude Code after making changes to configuration files rather than seeing automatic notifications about external changes.

Removed Dependencies

Several file system and path-related imports have been removed as they were part of the now-removed file watching system.

See this entry in the whole of v1.0.51 →