fix: Correct typo in REPO_SYNC_CHAT_MODE_PATH constant to enable proper chatmodes synchronization#17
Conversation
…er chatmodes synchronization
WalkthroughChanged a repository constant path, updated documentation and changelog entries, and bumped package version. Specifically, Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-10-07T18:33:20.898ZApplied to files:
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a typo in the REPO_SYNC_CHAT_MODE_PATH constant, changing it from chatmode/ to chatmodes/ (plural). This correction ensures that the extension properly synchronizes chat mode files from the expected repository directory structure.
Key Changes
- Corrected the path constant from
chatmode/tochatmodes/to match the actual directory naming convention used in repositories
… VS Code profiles and streamline sync instructions
Typo was causing chatmodes not to sync.
Summary by CodeRabbit
Bug Fixes
Documentation
Chores