Feature requests: Allow Roo to create directories #2356
IlyaBizyaev
started this conversation in
Feature Requests
Replies: 1 comment
-
Maybe it is best practice always to have a file in new directories? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can tell from reading through https://docs.roocode.com/features/tools/write-to-file, it cannot be used by the agent to create new directories, only regular files, unless a directory is created automatically as a parent for a new file. This causes the agent to use command execution (
mkdir
) instead when it just needs a directory.I wish it was able to create directories within the project structure as part of the “Edit files” approval.
Beta Was this translation helpful? Give feedback.
All reactions