List recent checkpoints
list_checkpointsRetrieve recent compile checkpoints with sha, timestamp, and file changes to reference specific versions for diffing or summarizing edits.
Instructions
List recent checkpoints (auto-saved on each successful compile) — sha, timestamp, and file/line-change stat, newest first. Use this to find a sha to pass into show_diff, or to cite specific saved versions when summarizing a multi-step editing session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max checkpoints to return, newest first (default 10). |