replay_file
Reconstruct a file's state from a past Claude Code session by replaying every edit verbatim from the session JSONL, up to a specified event.
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 |