create_file_snapshot
Create an instant file snapshot for quick backup and restore. Uses direct file copying to capture the current state, enabling faster recovery than edit-based recording.
Instructions
Create a file snapshot for instant backup and restore. Much faster than record_edit - uses direct file copying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | User prompt or description for this snapshot | |
| filePath | Yes | Absolute path to the file to snapshot | |
| metadata | No | Optional metadata about the generation (model, temperature, etc.) | |
| sessionId | No | Optional session ID to group related snapshots |