Skip to content

Feat/changelog shopify bitbucket #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add changelog and fixes
  • Loading branch information
alexcoderabbitai committed Apr 14, 2025
commit ecd594f75b5d28cba250b7200ceee2cb0906c7a0
27 changes: 26 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---

## April 14, 2025

### Shopify CLI Integration & Bitbucket Cloud Reporting

We're excited to announce two significant updates:

#### Shopify CLI Integration

We've added support for [Shopify CLI](https://docs.coderabbit.ai/tools/shopify-cli), a powerful tool for validating and analyzing Shopify themes and apps. This integration helps ensure your Shopify projects follow best practices by:

- Validating Liquid syntax and theme requirements
- Checking app extension configurations
- Identifying performance bottlenecks
- Ensuring accessibility standards
- Detecting security vulnerabilities

#### Bitbucket Cloud Scheduled Reporting

Our reporting capabilities now extend to Bitbucket Cloud! You can now:

- Schedule automated reports for your Bitbucket Cloud repositories
- Generate customized summaries of team performance
- Track PR review metrics
- Deliver reports via Email, Slack, Microsoft Teams, or Discord

## April 8, 2025

### New Static Analysis Tools
Expand All @@ -29,7 +54,7 @@ In the review status message. It is automatically enabled for all users.

### Automatically Run a Web Query to Include Latest Information

CodeRabbit now performs Web Queries automatically to include the most recent publicly available information — even if it wasnt included in the latest LLM update. This feature is enabled by default for all users, and you may notice it being used in review comments and chat responses.
CodeRabbit now performs Web Queries automatically to include the most recent publicly available information — even if it wasn't included in the latest LLM update. This feature is enabled by default for all users, and you may notice it being used in review comments and chat responses.

Web Queries allow CodeRabbit to fetch the latest documentation and external content to improve the accuracy and relevance of its output. You can disable this feature by setting web_search: false in your knowledge_base settings.

Expand Down
1 change: 1 addition & 0 deletions docs/tools/shopify-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The tool checks for:
The tool helps identify and fix:

1. Theme Issues:

- Invalid Liquid syntax
- Missing required templates
- Performance bottlenecks
Expand Down