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 v2.1.69 Home All releases olderv2.1.68 v2.1.70newer
Claude Code v2.1.69

  • Fixed sandbox cleanup: cleanupAfterCommand is now exposed on the sandbox API for proper resource cleanup after command execution (search for "cleanupAfterCommand")
  • Fixed lock file handling: Force-removal of stale lock files now logs the action and handles failures gracefully (search for "Force-removed lock file at", "Failed to force-remove lock file")
  • Fixed symlink resolution in path operations: New Fsq function properly resolves symlinks by walking up the directory tree and handling broken symlinks gracefully (search for "realpathSync" in added functions)
  • Removed microcompact feature: The Context microcompacted flow has been removed, simplifying the compaction pipeline (search for "microcompact" — present in old, absent in new context references)
  • Removed coral_reef_opus2 client data check and crystal_beam budget token feature — these were internal feature gates that have been cleaned up

See this entry in the whole of v2.1.69 →