Skip to content

Commit 60d5f4f

Browse files
add recommended configurations
1 parent 418a838 commit 60d5f4f

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/codacy-guardrails/codacy-guardrails-how-to-use.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Using Codacy Guardrails
22

3+
## Recommended configurations
4+
5+
<table>
6+
<thead>
7+
<tr>
8+
<th>IDE</th>
9+
<th>Best AI model</th>
10+
<tr>
11+
</thead>
12+
<tbody>
13+
<tr>
14+
<td>VSCode+Copilot</td>
15+
<td>Sonnet 4</td>
16+
</tr>
17+
<tr>
18+
<td>VSCode Insiders</td>
19+
<td>Sonnet 4</td>
20+
</tr>
21+
<tr>
22+
<td>Cursor</td>
23+
<td>Sonnet 4</td>
24+
</tr>
25+
<tr>
26+
<td>Windsurf</td>
27+
<td>Sonnet 4</td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
332
## Write secure, compliant AI code
433

534
a. Let's run an prompt to create a webserver in Java

0 commit comments

Comments
 (0)