Selectively undo one file
walkback_revertReverse the most recent change to a specific file, preserving all other modifications since the checkpoint.
Instructions
Reverse just a single file (the most recent change to it), leaving every other change since the checkpoint in place. The opposite of rollback's all-or-nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| path | Yes | The file to revert. |