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
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,27 @@ Codacy AI utilizes only enterprise-grade instances of OpenAI and Google Gemini s
10
10
11
11
### AI-enhanced comments
12
12
13
+
_This feature leverages OpenAI models, and is strictly opt-in: it will only run on repositories or projects where a repository admin has enabled it._
14
+
13
15
AI-enhanced comments are optional, machine-generated suggestions that appear directly in pull requests and review threads. They use Codacy's AI to provide concise issue summaries, remediation suggestions, and links to relevant documentation — helping reviewers and authors quickly understand and fix problems.
14
16
15
-
This feature leverages OpenAI models, and is strictly opt-in: it will only run on repositories or projects where a repository admin has enabled it.
17
+
More details about [AI-enhanced comments here →](../repositories-configure/integrations/github-integration.md#ai-enhanced-comments).
16
18
17
-
How to turn it on
19
+
**How to turn it on**
18
20
19
21
1. Go to your organization or repository settings in Codacy.
20
22
2. Navigate to the "Integrations" or "AI features" section (depending on your Codacy plan and UI version).
21
23
3. Find "AI-enhanced comments" and toggle the feature to "On" for the repository or organization scope you want to enable.
22
24
4. Optionally configure which repositories, branches, or severity levels should receive AI comments to reduce noise.
23
25
5. Save your changes. Once enabled, Codacy will start adding AI-enhanced comments to new pull requests and code reviews according to the configured scope.
24
26
25
-
Notes
27
+
**Notes**
26
28
27
29
- Administrators can enable or disable the feature at organization or repository level.
28
30
- Enabling the feature may be subject to plan limitations and governance controls; check your Codacy subscription and admin permissions.
29
31
- Users can still ignore or dismiss individual AI comments during code review.
30
32
31
-
-Data usage and privacy
33
+
**Data usage and privacy**
32
34
33
35
- To generate an AI-enhanced comment, Codacy only processes the specific issue context: the issue line plus up to ten lines before and ten lines after that line. No additional repository data is sent or used.
34
36
- Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training.
@@ -41,34 +43,42 @@ Notes
41
43
end="<!--paid-feature-business-end-->"
42
44
%}
43
45
44
-
This feature leverages OpenAI models, and is strictly opt-in: you need to get in touch with us in order to enable it.
46
+
_This feature leverages OpenAI models, and is strictly opt-in: you need to get in touch with us in order to enable it._
47
+
48
+
Codacy False Positive triage analyzes results on a commit basis to give you visibility into issues that may be false positives (based on their context). During triage, each issue is given a confidence score along with an explanation. When the confidence level falls below a defined threshold, the issue is then flagged as an AI false positive and surfaced for manual review. You can evaluate potential false positives during a pull request in app or on any Codacy page where issues appear. These issues can be ignored or marked as Not a false positive.
49
+
50
+
More details about [False Positives here →](../repositories/commits.md#false-positive-issues).
45
51
46
-
How to turn it on
52
+
**How to turn it on**
47
53
48
54
1. Get in touch with your Customer Success Manager or with <support@codacy.com>
49
55
50
-
Notes
56
+
**Notes**
51
57
52
58
- Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training.
53
59
- To detect a Possible False Positive, Codacy only processes the specific issue context: one request per file with issues. No additional repository data is sent or used.
54
60
- Prompts are neither stored nor visible by anyone
55
61
56
-
### PR Reviewer
62
+
### AI Reviewer
57
63
58
64
!!! note
59
-
PR Reviewer is currently only available on GitHub, for all Team and Business plans.
65
+
AI Reviewer is currently only available on GitHub, for all Team and Business plans.
66
+
67
+
_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._
68
+
69
+
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.
60
70
61
-
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.
71
+
More details about [AI Reviewer here →](../repositories-configure/integrations/github-integration.md#ai-reviewer).
62
72
63
-
How to turn it on
73
+
**How to turn it on**
64
74
65
75
1. Go to your organization or repository settings in Codacy.
66
76
2. Navigate to the "Integrations" or "AI features" section (depending on your Codacy plan and UI version).
67
77
3. Find "AI Reviewer", under "Status checks", and toggle the feature to "On" for the repository or organization scope you want to enable.
68
-
4. Save your changes. Once enabled, Codacy will start adding a Summary to your pull requests with of the information used to provide the AI-enriched reviews.
78
+
4. Save your changes. Once enabled, Codacy will start adding a Summary to your pull requests based on the AI-enriched reviews.
69
79
5. To request a PR Review from codacy, add a **`codacy-review`** label to your Pull Request. Codacy listens to the event and will publish the review as soon as it's ready.
70
80
71
-
Notes
81
+
**Notes**
72
82
73
83
- Codacy does not use your code, repository contents, or comments to train external AI models. No customer code or review text is incorporated into model training.
74
84
- To enrich the review, the git diff of the Pull Request as well as some related files' contents can be sent as context. No data is stored on our side, or used to train any models.
Copy file name to clipboardExpand all lines: docs/repositories-configure/integrations/github-integration.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,20 @@ Adds a report to your pull requests showing whether your pull requests and cover
32
32
33
33
### AI Reviewer
34
34
35
+
!!! note
36
+
This feature is only supported on GitHub.
37
+
38
+
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.
39
+
35
40
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.
36
41
37
42
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.
38
43
44
+
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 from Codacy, add a **`codacy-review`** label to your Pull Request. Codacy listens to the event and will publish the review as soon as it's ready.
45
+
46
+
39
47

0 commit comments