Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Rewind file changes with checkpointing changed

agent-sdk/file-checkpointing

Nearest release: v2.1.273, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−1removed
From line 171 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 171, old and new numbered
/
lines
from line 171
171171 </Step>
172172 
173173 <Step title="Capture checkpoint UUID and session ID">
174 With the `replay-user-messages` option set (shown above), each user message in the response stream has a UUID that serves as a checkpoint.
174 With the `replay-user-messages` option set, each user message in the response stream has a UUID that serves as a checkpoint.
175175 
176176 For most use cases, capture the first user message UUID (`message.uuid`); rewinding to it restores the tracked files to their original state. To store multiple checkpoints and rewind to intermediate states, see [Multiple restore points](#multiple-restore-points).
177177 
Feedback