ZIm/crates/assistant_tools/src/move_path_tool/description.md
Richard Feldman 43712285bf
Add move_path tool (#27366)
<img width="629" alt="Screenshot 2025-03-24 at 10 06 39 AM"
src="https://github.com/user-attachments/assets/b099fcc0-b2f4-44ee-8c8f-416808363689"
/>

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2025-03-24 14:45:19 +00:00

366 B

Moves or rename a file or directory in the project, and returns confirmation that the move succeeded. If the source and destination directories are the same, but the filename is different, this performs a rename. Otherwise, it performs a move.

This tool should be used when it's desirable to move or rename a file or directory without changing its contents at all.