Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filesystem] create_directory #711

Open
slk333 opened this issue Mar 2, 2025 · 0 comments
Open

[Filesystem] create_directory #711

slk333 opened this issue Mar 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@slk333
Copy link

slk333 commented Mar 2, 2025

Describe the bug
It fails to create directories recursively aka nested directory at once, because the function validatePath will throw if the directory we want to create has no parent, which is the case in such scenario.

async function validatePath(requestedPath: string): Promise<string> {

To Reproduce
Steps to reproduce the behavior:

  1. Try to create a nested directory by giving the full path to claude

Expected behavior
A clear and concise description of what you expected to happen.

Logs
If applicable, add logs to help explain your problem.

Additional context
Add any other context about the problem here.

@slk333 slk333 added the bug Something isn't working label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant