Allow Agent to rename files/folders

Currently it’s approach seems to be create new folder, rewrite code and then delete previous folder when renaming things.

A simple file/folder rename would be less risky, and much simpler.

Use case - folder route written in US English, request change to British English

it uses usually cli to do this.

yes a tool would be helpful but that would also require more commands to be present in prompt where CLI is in model training data already.

Happy for it to use CLI, it just doesn’t rename things; only create and destroy!

interesting, i asked it to rename files and folders and it did so. what does it generate if not the simple cli commands?

touch files, edits them (presumably copies the existing code, but it’s risky…)

then rm the old ones.

I would expect mv to rename them

i told it to do that :wink: cant stand generating files when they can be moved