ai-cr 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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_code_review/.ai-code-review.toml +2 -2
- {ai_cr-1.0.0.dist-info → ai_cr-1.0.1.dist-info}/METADATA +1 -1
- {ai_cr-1.0.0.dist-info → ai_cr-1.0.1.dist-info}/RECORD +6 -6
- {ai_cr-1.0.0.dist-info → ai_cr-1.0.1.dist-info}/LICENSE +0 -0
- {ai_cr-1.0.0.dist-info → ai_cr-1.0.1.dist-info}/WHEEL +0 -0
- {ai_cr-1.0.0.dist-info → ai_cr-1.0.1.dist-info}/entry_points.txt +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
report_template_md = """
|
2
|
-
|
2
|
+
## 🤖 I've Reviewed the Code
|
3
3
|
|
4
4
|
{% if report.summary -%}
|
5
5
|
{{ report.summary }}
|
@@ -49,7 +49,7 @@ Review the provided code diff carefully and identify *only* highly confident iss
|
|
49
49
|
|
50
50
|
----TASK GUIDELINES----
|
51
51
|
- Only report issues you are **100% confident** are relevant to any context.
|
52
|
-
- Never report issues
|
52
|
+
- Never report issues related to software versions, model names, or similar details that you believe have not yet been released—you cannot reliably determine this.
|
53
53
|
- Only include issues that are **significantly valuable** to the maintainers (e.g., bugs, security flaws, or clear maintainability concerns).
|
54
54
|
- Do **not** report vague, theoretical, or overly generic advice.
|
55
55
|
- Do **not** report anything with medium or lower confidence.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ai-cr
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
ai_code_review/.ai-code-review.toml,sha256=
|
1
|
+
ai_code_review/.ai-code-review.toml,sha256=t5Q7oRzc-qsmOOYdXIx5sR6ss9OEertoF-ttG2pJ6Z4,10722
|
2
2
|
ai_code_review/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
ai_code_review/__main__.py,sha256=EClCwCzb6h6YBpt0hrnG4h0mlNhNePyg_xBNNSVm1os,65
|
4
4
|
ai_code_review/bootstrap.py,sha256=jqioR_UtTsn5nXezmjMLU3aB8tzlVz73ZRBk33ud5F4,2336
|
@@ -9,8 +9,8 @@ ai_code_review/core.py,sha256=BJNs4ZER2-bMulXY2apY6B6hI0nvRCOrLqsJ7L8Bizc,6693
|
|
9
9
|
ai_code_review/project_config.py,sha256=RDbplmncALKw0zgqSG8POofi300z0DPvtF33wt7_1Sk,3651
|
10
10
|
ai_code_review/report_struct.py,sha256=N-EnNMwBY9LyJ9sdFHpUzn2fwBvxo5TZYYiJagBl8Po,3488
|
11
11
|
ai_code_review/utils.py,sha256=vlzU3M89qK6_mVkBMnppZaOFsXddVsIBVdfmbN3cxDY,2939
|
12
|
-
ai_cr-1.0.
|
13
|
-
ai_cr-1.0.
|
14
|
-
ai_cr-1.0.
|
15
|
-
ai_cr-1.0.
|
16
|
-
ai_cr-1.0.
|
12
|
+
ai_cr-1.0.1.dist-info/entry_points.txt,sha256=u0N5NroPYEGqmDGaGqFmiijJ5swzpe7EyKBupnkp1FY,49
|
13
|
+
ai_cr-1.0.1.dist-info/LICENSE,sha256=XATf3zv-CppUSJqI18KLhwnPEomUXEl5WbBzFyb9OSU,1096
|
14
|
+
ai_cr-1.0.1.dist-info/METADATA,sha256=Agf_IHJQ-bRJ545lfta0htTSoBivCGH7pw7f6qfv1xM,7109
|
15
|
+
ai_cr-1.0.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
16
|
+
ai_cr-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|