Extension
https://www.raycast.com/1weiho/ray-code
Raycast Version
0.69.0.0
OS Version
macOS Tahoe 26.5.2 arm64
Description
When asking Ray Code to tell me what files it can see in my directory, I get an error. I've tried uninstalling, deleting all settings, and setting it back up as new. Then I connect to the folder I want it to start as the base. When prompting, it tells me that it's looking for /~/code which suggests there may be a path expansion issue.
Steps To Reproduce
- Launch Ray Code in Raycast
- Type "Ask Raycode"
- Enter a prompt to make a change to a file
- Get error message instead
Current Behaviour
I get this message exactly:
_It looks like the ray-code extension is having trouble with the workspace path. The error indicates it's looking for /~/code, which suggests there may be a path expansion issue.
This aligns with what I have on record — you've been troubleshooting path expansion issues for the ray-code extension in Raycast. The tilde (~) isn't being expanded to your actual home directory path.
Do you know what your actual workspace root path should be? Or would you like help investigating the ray-code extension's configuration to fix the path expansion?_
Expected Behaviour
I'd expect it to search my files and fulfill a prompt request.
Extension
https://www.raycast.com/1weiho/ray-code
Raycast Version
0.69.0.0
OS Version
macOS Tahoe 26.5.2 arm64
Description
When asking Ray Code to tell me what files it can see in my directory, I get an error. I've tried uninstalling, deleting all settings, and setting it back up as new. Then I connect to the folder I want it to start as the base. When prompting, it tells me that it's looking for
/~/codewhich suggests there may be a path expansion issue.Steps To Reproduce
Current Behaviour
I get this message exactly:
_It looks like the ray-code extension is having trouble with the workspace path. The error indicates it's looking for
/~/code, which suggests there may be a path expansion issue.This aligns with what I have on record — you've been troubleshooting path expansion issues for the ray-code extension in Raycast. The tilde (
~) isn't being expanded to your actual home directory path.Do you know what your actual workspace root path should be? Or would you like help investigating the ray-code extension's configuration to fix the path expansion?_
Expected Behaviour
I'd expect it to search my files and fulfill a prompt request.