Conversation
Co-authored-by: raavtube <raavtube@icloud.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Add support for "rule" and "command" types for Cursor rules, allowing users to create custom slash commands in
.cursor/commandsalongside existing rules.This change introduces a
typefield to distinguish between traditional Cursor rules (stored in.cursor/rulesas.mdcfiles) and new custom slash commands (stored in.cursor/commandsas.mdfiles). The UI now provides a clear selection for the type, and the CLI intelligently handles file creation, parsing, and synchronization based on the chosen type and file location. All existing rules are automatically classified as 'rule' type.