Skip to content

Commit cb906e5

Browse files
heliocodacyhjrocha
andauthored
FAQ on Codacy AI (#2501)
Co-authored-by: Hélio Rocha <hjrocha@gmail.com>
1 parent a57eefc commit cb906e5

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

docs/codacy-ai/codacy-ai.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Codacy AI
2+
3+
## What is Codacy AI?
4+
5+
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.
6+
7+
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.
8+
9+
## AI Features
10+
11+
### AI-enhanced comments
12+
13+
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+
15+
This feature is strictly opt-in: it will only run on repositories or projects where a repository admin has enabled it.
16+
17+
How to turn it on
18+
19+
1. Go to your organization or repository settings in Codacy.
20+
2. Navigate to the "Integrations" or "AI features" section (depending on your Codacy plan and UI version).
21+
3. Find "AI-enhanced comments" and toggle the feature to "On" for the repository or organization scope you want to enable.
22+
4. Optionally configure which repositories, branches, or severity levels should receive AI comments to reduce noise.
23+
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+
25+
Notes
26+
27+
- Administrators can enable or disable the feature at organization or repository level.
28+
- Enabling the feature may be subject to plan limitations and governance controls; check your Codacy subscription and admin permissions.
29+
- Users can still ignore or dismiss individual AI comments during code review.
30+
31+
- Data usage and privacy
32+
33+
- 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+
- 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.
35+
36+
### Smart False Positive Triage
37+
38+
39+
How to turn it on
40+
41+
1. Get in touch with your Customer Success Manager or with <support@codacy.com>
42+
43+
Notes
44+
45+
- 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.
46+
- 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.
47+
- Prompts are neither stored nor visible by anyone

0 commit comments

Comments
 (0)