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
Copy file name to clipboardExpand all lines: docs/codacy-ai/codacy-ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ More details about [False Positives here](../repositories/commits.md#false-posit
68
68
69
69
_This feature leverages Google Gemini models, and is strictly opt-in: it will only run on repositories or projects where a repository admin has enabled it._
70
70
71
-
The AI Reviewer combines the reliability of deterministic, rule-based static code analysis with the power of AI. It draws in the necessary context from source code and PR metadata to ensure the business intent matches the technical outcome, and can catch logic gaps that conventional scanners (and human reviewers) often miss.
71
+
The AI Reviewer combines the reliability of deterministic, rule-based static code analysis with the enhanced context and prioritization capabilities of AI. It draws in the necessary context from source code and PR metadata to ensure the business intent matches the technical outcome, and can catch logic gaps that conventional scanners (and human reviewers) often miss.
72
72
73
73
More details about [AI Reviewer here](../repositories-configure/integrations/github-integration.md#ai-reviewer).
# Changes to GitHub integration settings – March 2026
7
+
8
+
!!! info "These changes apply only to GitHub"
9
+
10
+
We are making two changes to the GitHub integration settings over the coming weeks. Both are handled automatically - you don't need to take any action.
11
+
12
+
-[**AI-enhanced comments (Beta) being deprecated for GitHub**](#ai-enhanced-comments) — AI-enhanced comments are being replaced by the AI Reviewer on March 16, 2026.
13
+
-[**Coverage summary moving to Pull request review**](#coverage-summary) — the Coverage summary setting is being removed; coverage data will soon be included in the Pull request review comment.
14
+
15
+
## AI-enhanced comments (Beta) being deprecated on March 16, 2026 {: id="ai-enhanced-comments"}
16
+
17
+
Codacy is deprecating the AI-enhanced comments (Beta) feature in favour of the AI Reviewer, which provides a more accurate, comprehensive, and streamlined experience for identifying and addressing issues.
18
+
19
+
On March 16, 2026, Codacy will migrate all repositories and organizations that have **AI-enhanced comments** enabled to the AI Reviewer and remove the setting.
20
+
21
+
!!! note
22
+
Organizations with contractual restrictions on AI providers or content analysis scope will not be automatically migrated to the AI Reviewer. For these organizations, AI-enhanced comments will simply be disabled. The AI Reviewer can be enabled at any time from your [integration settings](../../repositories-configure/integrations/github-integration.md#ai-reviewer). For more information, contact your account manager or <support@codacy.com>.
23
+
24
+
### What to expect
25
+
26
+
- The AI-enhanced comments (Beta) setting will be removed on March 16, 2026.
27
+
- If you had AI-enhanced comments enabled at repository or organization level, those will be migrated to the AI Reviewer accordingly.
28
+
- The AI Reviewer defaults to **manual** mode, so your team won't receive unexpected reviews.
29
+
30
+
### What do you need to do?
31
+
32
+
Nothing. Codacy will handle the migration automatically. If you have any further questions, contact <support@codacy.com>.
33
+
34
+
## Coverage summary moving to Pull request review {: id="coverage-summary"}
35
+
36
+
Codacy is consolidating coverage data into the Pull request review comment so that you get a complete picture of your code quality and security changes in a single place, without the need for a separate comment.
37
+
38
+
In the coming weeks, Codacy will migrate all repositories and organizations that have **Coverage summary** enabled to **Pull request review**. On that date, the Coverage summary setting will be removed.
39
+
40
+
### What to expect
41
+
42
+
- Coverage changes will appear alongside quality and security metrics in the Codacy Analysis Summary PR comment.
43
+
- The Coverage summary setting will be removed.
44
+
- The AI Reviewer is **not** automatically enabled as part of this migration.
45
+
46
+
### What do you need to do?
47
+
48
+
Nothing. Codacy will handle the migration automatically for any repository or organization that had Coverage summary enabled. If you didn't have this setting on, this won't affect you.
@@ -41,17 +41,26 @@ Adds a report to your pull requests showing whether your pull requests and cover
41
41
!!! note
42
42
This feature is only supported on GitHub.
43
43
44
-
If you choose to enable the AI Reviewer, consider disabling the AI-enhanced comments, as it may duplicate any comments on Codacy issues you receive.
44
+
When enabled, Codacy posts a **Codacy's Analysis Summary** comment on your pull requests each time a new analysis completes, giving you a full overview of code quality, security, complexity, and duplication metric changes, without requiring you to open the Codacy app.
45
45
46
-
The AI Reviewer combines the reliability of deterministic, rule-based static code analysis with the power of AI. It draws in the necessary context from source code and PR metadata to ensure the business intent matches the technical outcome, and can catch logic gaps that conventional scanners (and human reviewers) often miss.
46
+
#### Enable AI reviewer {: id="ai-reviewer"}
47
+
48
+
!!! note
49
+
If you enable the AI Reviewer, consider disabling AI-enhanced comments to avoid receiving duplicate comments on Codacy issues.
50
+
51
+
The AI Reviewer extends Pull request review with an AI-powered code analysis. It combines the reliability of deterministic, rule-based static code analysis with the enhanced context and prioritization capabilities of AI. It draws in the necessary context from source code and PR metadata to ensure the business intent matches the technical outcome, and can catch logic gaps that conventional scanners (and human reviewers) often miss.
47
52
48
53
It provides feedback on missing or weak tests, complex or duplicated code, and keeps security concerns up to date. Beyond that, it adds contextual insights about whether the changes follow the requirements, business rules, and logic used in the project.
49
54
50
-
!!! tip
51
-
Improve the AI Reviewer results by providing custom instructions. [Learn how to do it here](../../codacy-ai/codacy-ai.md#custom-instructions).
55
+
Configure when the AI Reviewer runs using the **Run reviewer** setting:
52
56
53
-
This setting can be enabled at a repository or organization level. Once enabled, Codacy will start adding a Summary to your pull requests based on the AI-enriched reviews. To request a PR review, click **Run Reviewer** in the Summary or call our [public API](https://api.codacy.com/api/api-docs#triggerpullrequestaireview). Your review will be published as soon as it's ready.
57
+
| Mode | Behaviour |
58
+
|------|-----------|
59
+
| Manually | Click **Run Reviewer** in the pull request comment or call our [public API](https://api.codacy.com/api/api-docs#triggerpullrequestaireview) to trigger a review on demand. |
60
+
| Automatically (first review only) | Codacy runs the reviewer once automatically when the pull request is opened, then requires manual triggering for subsequent updates. |
54
61
62
+
!!! tip
63
+
Improve the AI Reviewer results by providing custom instructions. [Learn how to do it here](../../codacy-ai/codacy-ai.md#custom-instructions).
55
64
56
65

57
66
@@ -70,6 +79,9 @@ Shows an overall view of the changes in the pull request, including new issues a
70
79
71
80
### Coverage summaries
72
81
82
+
!!! warning "Coverage summary is moving to Pull request review"
83
+
In the coming weeks, Codacy will include coverage data in the Pull request review comment and remove the Coverage summary setting. [Learn more](../../release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md#coverage-summary).
84
+
73
85
Adds a pull request comment showing an overall view of the coverage metrics for the pull request, including details about the data that Codacy used to calculate the coverage variation and diff coverage metrics.
74
86
75
87
When there are new coverage results, Codacy updates the last coverage summary comment if it's included in the last 5 comments of the pull request. Otherwise, Codacy creates a new comment.
@@ -99,6 +111,9 @@ Adds comments on the lines of the pull request where Codacy finds new issues wit
99
111
100
112
### AI-enhanced comments
101
113
114
+
!!! warning "AI-enhanced comments (Beta) is being deprecated on March 16, 2026"
115
+
This feature is being replaced by the AI Reviewer, which provides a more accurate and comprehensive experience. [Learn more](../../release-notes/cloud/cloud-2026-03-github-integration-settings-changes.md#ai-enhanced-comments).
116
+
102
117
Adds AI-enhanced comments, providing insights and ready-to-commit AI-generated fixes for identified issues in cases where tool-suggested fixes are not supported. To enable this option, you must enable **Suggested fixes** first.
0 commit comments