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.39 Home All releases olderv1.0.38 v1.0.40newer
Claude Code v1.0.39

While the checkpoint system is integrated into the codebase, it would typically be used through CLI commands (exact command syntax would depend on the CLI implementation):

# Save a checkpoint with a custom label
claude checkpoint save "Before major refactoring"

# List all checkpoints
claude checkpoint list

# Restore to a previous checkpoint
claude checkpoint restore <checkpoint-id>

The activity tracking and interactive mode detection work automatically in the background to provide better analytics and adapt behavior based on the execution context.

See this entry in the whole of v1.0.39 →