-
Notifications
You must be signed in to change notification settings - Fork 76
About the working directory and memory directory #166
Copy link
Copy link
Open
Description
I found few issues when I use VSCode connect to it and try to coding.
- Current working directory, it will show the current directory is :
/app, which is in the docker. not current real one.
The /app directory is read-only. Let me ask the user where they want to create the project directory.
- It will show some messages like:
The memory directory doesn't exist. Let me try to write to the memory file directly - the system said the directory already exists. Let me check if there's another path.
Actually, the error says ENOTSUP: operation not supported on socket - this means the /home/claude path doesn't exist or isn't accessible. Let me just skip the memory write and inform the user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels