-
Couldn't load subscription status.
- Fork 2.4k
Description
App Version
v3.25.6
API Provider
Anthropic
Model Used
N/A
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
When working in a multi root workspace, Roo Code incorrectly identifies the folder in which slash commands should be stored. It simply creates .roo\commands within the first folder in the multi-root workspace.
Can easily be reproduced by using a workspace file like this:
{ "folders": [ { "name": ".docs", "path": ".docs" }, { "name": ".roo", "path": ".roo" }, { "name": "src", "path": "src" } ] }
If you create a new slash command (i.e. commit), it will create .docs\.roo\commands\commit.dk).
💥 Outcome Summary
Expected slash commands to be stored in .roo\commands. Instead, it created .roo\commands as a subdirectory of the first folder in the workspace.
📄 Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status