Skip to content

v0.6.1

Choose a tag to compare

@brandonburrus brandonburrus released this 01 Apr 15:38
· 7 commits to main since this release

Fix symlink resolution for agents, skills, hooks, instructions, and prompts discovered from ~/.copilot/. Entries backed by symlinks were silently skipped because Dirent.isFile() and Dirent.isDirectory() return false for symlinks.