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.122 Home All releases olderv1.0.120 v1.0.123newer
Claude Code v1.0.122

Improved Git Ignore for Checkpoints

What changed: Checkpoint gitignore now prevents duplicate entries and has better error logging

How it works now:

  • Reads existing .gitignore before appending to avoid duplicates
  • Uses structured error logging with explicit error levels
  • Better path handling with trailing slashes
  • Creates parent directories if needed

Details:

  • More robust against repeated invocations
  • Cleaner .gitignore files
  • Better error reporting and telemetry
  • Evidence: yy6() at line 412545, aY1() at line 404121 (enhanced from u35() and Z61() in v1.0.120)

See this entry in the whole of v1.0.122 →