replay_file
Reconstruct a file's exact state from any past Claude Code session by applying all recorded edits verbatim from session JSONL data.
Instructions
Reconstruct the state of a file at a point in a past Claude Code session. Applies every edit verbatim from the session JSONL — no summarization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| file_path | Yes | ||
| at_event_id | No | Optional: reconstruct up to this event |