Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

update changelog with code guideline #422

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---

## July 1, 2025

### Enhanced Code Guidelines Support

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.

**New supported patterns:**

- `**/.cursorrules` - Cursor IDE rules and preferences
- `.github/copilot-instructions.md` - GitHub Copilot instructions
- `**/CLAUDE.md` - Claude-specific coding guidelines
- `**/.cursor/rules/*` - Cursor rules directory
- `**/.windsurfrules` - Windsurf IDE rules
- `**/.clinerules/*` - Cline IDE rules
- `**/.rules/*` - General rules directory

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.

## June 27, 2025

### Enhanced PHP Static Analysis: PHPMD and PHPCS Support
Expand Down