Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/symlink-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"roo-cline": minor
---

Add symlink support for slash commands in .roo/commands folder

This change adds support for symlinked slash commands, similar to how .roo/rules already handles symlinks:

- Symlinked command files are now resolved and their content is read from the target
- Symlinked directories are recursively scanned for .md command files
- Command names are derived from the symlink name, not the target file name
- Cyclic symlink protection (MAX_DEPTH = 5) prevents infinite loops
- Broken symlinks are handled gracefully and silently skipped
Loading
Loading