undo_change
Restore files to their previous state before an AI modification using shadow restore points. Preserves git history while allowing selective rollback of changes.
Instructions
Restore files to their state before a specific AI change. Uses the shadow restore point system. Does NOT affect git history. Call list_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 list_restore_points. |