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>
This commit is contained in:
parent
f38ee81e83
commit
43712285bf
3 changed files with 133 additions and 0 deletions
5
crates/assistant_tools/src/move_path_tool/description.md
Normal file
5
crates/assistant_tools/src/move_path_tool/description.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue