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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ai-cr
3
- Version: 0.4.5
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 criterias, respond with empty list: []
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 changs contains exceptional achievements, you may additionally present the award in summary text.
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
  ---
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ai-cr"
3
- version = "0.4.5"
3
+ version = "0.4.6"
4
4
  description = "LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
5
5
  authors = ["Nayjest <mail@vitaliy.in>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes