Command discovery doesn't follow symbolic links on macOS #8960
spencer-galbraith
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
OS: macOS Sequoia
Roo Code Version: 3.29.4 (rooveterinaryinc.roo-cline)
VSCode Version: [Your version]
Description
Roo's slash command discovery system does not follow symbolic links in the .roo/commands/ directory on macOS. Commands defined as symlinks are not discovered and do not appear in the slash command menu, while real files in the same directory are discovered correctly.
Why This Matters
This prevents sharing command definitions between different AI tools (Claude Code and Roo Code) using a common source directory with symlinks, which is a common pattern for maintaining DRY command definitions across tools.
Beta Was this translation helpful? Give feedback.
All reactions