Skip to content

Commit 5b85004

Browse files
update changelog with code guideline (#422)
1 parent 7a1fb66 commit 5b85004

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## July 1, 2025
9+
10+
### Enhanced Code Guidelines Support
11+
12+
We've expanded our code guidelines scanning capabilities to provide even better code review experiences. CodeRabbit now automatically scans and learns from additional configuration files to understand your organization's coding standards and preferences.
13+
14+
**New supported patterns:**
15+
16+
- `**/.cursorrules` - Cursor IDE rules and preferences
17+
- `.github/copilot-instructions.md` - GitHub Copilot instructions
18+
- `**/CLAUDE.md` - Claude-specific coding guidelines
19+
- `**/.cursor/rules/*` - Cursor rules directory
20+
- `**/.windsurfrules` - Windsurf IDE rules
21+
- `**/.clinerules/*` - Cline IDE rules
22+
- `**/.rules/*` - General rules directory
23+
24+
These guidelines are automatically analyzed and applied during code reviews to ensure consistency with your team's coding standards. You can configure these patterns in the knowledge base section of your CodeRabbit settings.
25+
826
## June 27, 2025
927

1028
### Enhanced PHP Static Analysis: PHPMD and PHPCS Support

0 commit comments

Comments
 (0)