mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Delete .changeset/symlink-commands.md
This commit is contained in:
parent
bea7d81510
commit
3e3fa327e9
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
"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…
Add table
Reference in a new issue