mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: correct formatting of Claude Sonnet version in documentation
This commit is contained in:
parent
dcab8a893c
commit
7969e4ba30
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ A list of the models used for generating the baseline suggestions, and example r
|
|||
<td style="text-align:center;"><b>41.7</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align:left;">Claude-sonnet-4-5</td>
|
||||
<td style="text-align:left;">Claude-sonnet-4.5</td>
|
||||
<td style="text-align:left;">2025-09-29</td>
|
||||
<td style="text-align:left;"></td>
|
||||
<td style="text-align:center;"><b>40.7</b></td>
|
||||
|
|
@ -188,7 +188,7 @@ weaknesses:
|
|||
- **False positives / speculative fixes:** In several cases it flags non-issues (style, performance, redundant code) or supplies debatable “improvements”, lowering precision and sometimes breaching the “critical bugs only” rule.
|
||||
- **Inconsistent error coverage:** For certain domains (build scripts, schema files, test code) it either returns an empty list when real regressions exist or proposes cosmetic edits, indicating gaps in specialised knowledge.
|
||||
|
||||
### Claude-sonnet-4-5
|
||||
### Claude-sonnet-4.5
|
||||
|
||||
Final score: **40.7**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue