Skip to content

Commit 51ee0c9

Browse files
authored
Update cursor-directory extension (raycast#16602)
- fix: fallback for version under 0.45 - feat: support new cursor rules directory - chore: improve error message
1 parent 75ba6a1 commit 51ee0c9

File tree

7 files changed

+1262
-114
lines changed

7 files changed

+1262
-114
lines changed

extensions/cursor-directory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cursor Directory Changelog
22

3+
## [Improvements] - 2025-01-25
4+
5+
- Support creating rules under `.cursor/rules` directory for Cursor v0.45
6+
37
## [Fix] - 2024-10-17
48

59
- Fix cursor rule not applied when open project with using builtin command

extensions/cursor-directory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Cursor Directory is a powerful Raycast extension that seamlessly integrates with
1212

1313
- **Fuzzy Search**: Quickly find cursor rules based on their titles.
1414
- **Detailed View**: Examine cursor rules, including author information and full rule content.
15-
- **One-Click Application**: Easily copy and apply cursor rules to your project's `.cursorrules` file.
15+
- **One-Click Application**: Easily copy and create cursor rules to your project's `.cursor/rules` folder for Cursor v0.45 or `.cursorrules` for Cursor below v0.45.
1616
- **Starring System**: Save up to 10 favorite cursor rules for quick access.
1717
- **Local Modification**: Export and edit cursor rules as Markdown files within Cursor.
1818
- **YouTube Videos**: Access curated Cursor-related YouTube videos directly from the extension.

0 commit comments

Comments
 (0)