restore
Restore files to their pre-change state using a restore point ID. Get the ID from restore_points, then revert AI modifications without touching git history.
Instructions
Restore files to their state before a specific AI change. Uses the shadow restore point system. Does NOT affect git history. Call restore_points first to find the point ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | The restore point ID (format: rp-timestamp-hash). Get from restore_points. |