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
<h2id="what-is-codacy-ai">What is Codacy AI?<aclass="headerlink" href="#what-is-codacy-ai" title="Permanent link">#</a></h2>
4782
4782
<p>Codacy AI is a set of optional features integrated into the Software designed to optimise development workflows and elevate code quality standards through automated issue descriptions, actionable recommendations and false-positive detection, is available for the Customer.</p>
4783
-
<p>Codacy AI utilizes only enterprise-grade instances of OpenAI's services with enhanced security, privacy, and data protection features. Customer Code processed through Codacy AI will not be used by Codacy, OpenAI, or any third-party AI provider for training, improving, or developing artificial intelligence models, machine learning algorithms, or any other automated systems.</p>
4783
+
<p>Codacy AI utilizes only enterprise-grade instances of OpenAI and Google Gemini services with enhanced security, privacy, and data protection features. Customer Code processed through Codacy AI will not be used by Codacy, OpenAI, or any third-party AI provider for training, improving, or developing artificial intelligence models, machine learning algorithms, or any other automated systems.</p>
<p>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.</p>
4787
-
<p>This feature is strictly opt-in: it will only run on repositories or projects where a repository admin has enabled it.</p>
4787
+
<p>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.</p>
4788
4788
<p>How to turn it on</p>
4789
4789
<ol>
4790
4790
<li>Go to your organization or repository settings in Codacy.</li>
<li>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.</li>
<pclass="admonition-title">This feature is <ahref="https://www.codacy.com/pricing">only available on Business plan</a></p>
4814
+
</div>
4815
+
<p>This feature leverages OpenAI models, and is strictly opt-in: you need to get in touch with us in order to enable it.</p>
4812
4816
<p>How to turn it on</p>
4813
4817
<ol>
4814
4818
<li>Get in touch with your Customer Success Manager or with <ahref="mailto:support@codacy.com">support@codacy.com</a></li>
<li>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.</li>
4820
4824
<li>Prompts are neither stored nor visible by anyone</li>
<p>PR Reviewer is currently only available on GitHub, for all Team and Business plans.</p>
4830
+
</div>
4831
+
<p>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.</p>
4832
+
<p>How to turn it on</p>
4833
+
<ol>
4834
+
<li>Go to your organization or repository settings in Codacy.</li>
4835
+
<li>Navigate to the "Integrations" or "AI features" section (depending on your Codacy plan and UI version).</li>
4836
+
<li>Find "AI Reviewer", under "Status checks", and toggle the feature to "On" for the repository or organization scope you want to enable.</li>
4837
+
<li>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.</li>
4838
+
<li>To request a PR Review from codacy, add a <strong><code>codacy-review</code></strong> label to your Pull Request. Codacy listens to the event and will publish the review as soon as it's ready.</li>
4839
+
</ol>
4840
+
<p>Notes</p>
4841
+
<ul>
4842
+
<li>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.</li>
4843
+
<li>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.</li>
4844
+
<li>Prompts are neither stored nor visible by anyone</li>
4845
+
</ul>
4822
4846
4823
4847
4824
4848
@@ -4975,7 +4999,7 @@ <h3>Share your feedback 📢</h3>
4975
4999
<divclass="md-source-date">
4976
5000
<small>
4977
5001
4978
-
Last modified <spanclass="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 23, 2025</span>
5002
+
Last modified <spanclass="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 4, 2025</span>
Copy file name to clipboardExpand all lines: repositories-configure/integrations/github-integration/index.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<metaname="description" content="Enable the GitHub integration to have status checks, annotations, issue and coverage summaries, and suggested fixes from Codacy directly on pull requests.">
<p>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.</p>
4806
+
<p>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.</p>
4807
+
<p><imgalt="AI Reviewer on Github" src="../images/github-integration-ai-reviewer.png" /></p>
<p>Adds annotations on the lines of the pull request where Codacy finds new issues. Codacy maps the severity of the issues reported by the tools to the severity levels of the annotations. To enable this option, you must enable <strong>Status checks</strong> first.</p>
4806
4814
<p><imgalt="Issue annotation on GitHub" src="../images/github-integration-pr-annotation.png" /></p>
@@ -5000,7 +5008,7 @@ <h3>Share your feedback 📢</h3>
5000
5008
<divclass="md-source-date">
5001
5009
<small>
5002
5010
5003
-
Last modified <spanclass="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 24, 2025</span>
5011
+
Last modified <spanclass="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 4, 2025</span>
0 commit comments