Current Behavior: When clicking +workspace under the Rules tab and creating a new file (e.g., aaa), the file is successfully created on the disk. However, the editor fails to open it, displaying the error: “Unable to open the editor because the file could not be found.”
Root Cause: Based on the logs, the editor is attempting to access the file using Windows-style backslashes: \home\xx\projectSpace\xx\.agent\rules\aaa.md
In the WSL2 (Linux) environment, the path should use forward slashes: /home/xx/projectSpace/xx/.agent/rules/aaa.md