You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're excited to announce two significant updates:
13
+
14
+
#### Shopify CLI Integration
15
+
16
+
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:
17
+
18
+
- Validating Liquid syntax and theme requirements
19
+
- Checking app extension configurations
20
+
- Identifying performance bottlenecks
21
+
- Ensuring accessibility standards
22
+
- Detecting security vulnerabilities
23
+
24
+
#### Bitbucket Cloud Scheduled Reporting
25
+
26
+
Our reporting capabilities now extend to Bitbucket Cloud! You can now:
27
+
28
+
- Schedule automated reports for your Bitbucket Cloud repositories
29
+
- Generate customized summaries of team performance
30
+
- Track PR review metrics
31
+
- Deliver reports via Email, Slack, Microsoft Teams, or Discord
32
+
33
+
## April 11 2025
34
+
35
+
### Agent Chat
36
+
37
+
```mdx-code-block
38
+
<ProPlanNotice />
39
+
```
40
+
41
+
We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as Generally Available for Pro users. This enhancement lets you make more advanced requests that span multiple files. Just add a review or issue comment on any pull request, or issue comment on an issue, issue tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. Upon reviewing the plan and getting your consent, CodeRabbit will emit a stacked PR, commit or copyable snippet to your PR or issue for those code changes.
42
+
8
43
## April 8, 2025
9
44
10
45
### New Static Analysis Tools
@@ -29,7 +64,7 @@ In the review status message. It is automatically enabled for all users.
29
64
30
65
### Automatically Run a Web Query to Include Latest Information
31
66
32
-
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.
67
+
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.
33
68
34
69
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.
Copy file name to clipboardExpand all lines: docs/guides/agent_chat.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Agent chat can be invoked explicitly with the `@coderabbitai plan` command.
65
65
66
66
CodeRabbit cannot perform further modifications to opened pull requests. From there, it's your turn to checkout the branch and improve it to satisfaction. We believe that this workflow provides a significant headstart to implementing code.
67
67
68
-
Agentic Chat is currently only available on Github issue, pull request and pull request review comments. Agentic Chat is an early access product currently.
68
+
Agentic Chat is currently only available on Github issue, pull request and pull request review comments.
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
9
+
10
+
<ProPlanNotice />
11
+
```
12
+
13
+
[Shopify CLI](https://github.com/Shopify/cli) is a command-line tool that helps you build Shopify apps, themes, and custom storefronts. It provides functionality for initializing, building, developing, and deploying Shopify projects.
0 commit comments