ai-cr 0.4.5__tar.gz → 0.4.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ai_cr-0.4.5 → ai_cr-0.4.6}/PKG-INFO +1 -1
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/.ai-code-review.toml +3 -2
- {ai_cr-0.4.5 → ai_cr-0.4.6}/pyproject.toml +1 -1
- {ai_cr-0.4.5 → ai_cr-0.4.6}/LICENSE +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/README.md +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/__init__.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/bootstrap.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/cli.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/constants.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/core.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/project_config.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/report_struct.py +0 -0
- {ai_cr-0.4.5 → ai_cr-0.4.6}/ai_code_review/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ai-cr
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.6
|
4
4
|
Summary: LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions
|
5
5
|
License: MIT
|
6
6
|
Keywords: static code analysis,code review,code quality,ai,coding,assistant,llm,github,automation,devops,developer tools,github actions,workflows,git
|
@@ -52,6 +52,7 @@ Review the provided code diff carefully and identify *only* highly confident iss
|
|
52
52
|
- Only include issues that are **significantly valuable** to the maintainers (e.g., bugs, security flaws, or clear maintainability concerns).
|
53
53
|
- Do **not** report vague, theoretical, or overly generic advice.
|
54
54
|
- Do **not** report anything with medium or lower confidence.
|
55
|
+
- Typographical errors have highest severity
|
55
56
|
{{ json_requirements }}
|
56
57
|
|
57
58
|
Respond with a valid JSON array of issues in the following format:
|
@@ -101,7 +102,7 @@ Confidence scale:
|
|
101
102
|
- 3 — High
|
102
103
|
- 4 — Medium - Should not be reported
|
103
104
|
|
104
|
-
(!) - If no issues found according to the
|
105
|
+
(!) - If no issues found according to the criteria, respond with empty list: []
|
105
106
|
"""
|
106
107
|
# Remove issues with confidence + severity > 3
|
107
108
|
post_process = """
|
@@ -119,7 +120,7 @@ Summarize the code review in one sentence.
|
|
119
120
|
--Detected Issues--
|
120
121
|
{{ issues | tojson(indent=2) }}
|
121
122
|
---
|
122
|
-
If code
|
123
|
+
If code changes contains exceptional achievements, you may additionally present the award in summary text.
|
123
124
|
--Available Awards--
|
124
125
|
{{ awards }}
|
125
126
|
---
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|