ai-cr 0.4.5__tar.gz → 0.4.7__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.7
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
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Topic :: Software Development
18
- Requires-Dist: GitPython (>=3.1.44,<4.0.0)
19
- Requires-Dist: ai-microcore (>=4.0.0.dev11,<5.0.0)
20
- Requires-Dist: anthropic (>=0.49.0,<0.50.0)
21
- Requires-Dist: async-typer (>=0.1.8,<0.2.0)
22
- Requires-Dist: google-generativeai (>=0.8.5,<0.9.0)
23
- Requires-Dist: typer (>=0.9.4,<0.10.0)
24
- Requires-Dist: unidiff (>=0.7.5,<0.8.0)
18
+ Requires-Dist: GitPython (==3.1.44)
19
+ Requires-Dist: ai-microcore (==4.0.0.dev16)
20
+ Requires-Dist: anthropic (==0.49.0)
21
+ Requires-Dist: async-typer (==0.1.8)
22
+ Requires-Dist: google-generativeai (==0.8.5)
23
+ Requires-Dist: typer (==0.9.4)
24
+ Requires-Dist: unidiff (==0.7.5)
25
25
  Project-URL: Homepage, https://github.com/Nayjest/github-ai-code-review
26
26
  Project-URL: Repository, https://github.com/Nayjest/github-ai-code-review
27
27
  Description-Content-Type: text/markdown
@@ -48,7 +48,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
48
48
  - Extremely fast, parallel LLM usage
49
49
  - Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
50
50
 
51
- See code review in action: [example](https://github.com/Nayjest/github-ai-code-review/pull/28#issuecomment-2891611236)
51
+ See code review in action: [example](https://github.com/Nayjest/ai-code-review/pull/39#issuecomment-2906968729)
52
52
 
53
53
  ## 🚀 Quickstart
54
54
 
@@ -20,7 +20,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
20
20
  - Extremely fast, parallel LLM usage
21
21
  - Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
22
22
 
23
- See code review in action: [example](https://github.com/Nayjest/github-ai-code-review/pull/28#issuecomment-2891611236)
23
+ See code review in action: [example](https://github.com/Nayjest/ai-code-review/pull/39#issuecomment-2906968729)
24
24
 
25
25
  ## 🚀 Quickstart
26
26
 
@@ -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.7"
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"
@@ -21,13 +21,13 @@ packages = [
21
21
 
22
22
  [tool.poetry.dependencies]
23
23
  python = "^3.11"
24
- ai-microcore = "^4.0.0.dev11"
25
- GitPython = "^3.1.44"
26
- unidiff = "^0.7.5"
27
- google-generativeai = "^0.8.5"
28
- anthropic = "^0.49.0"
29
- typer = "^0.9.4"
30
- async-typer = "^0.1.8"
24
+ ai-microcore = "4.0.0.dev16"
25
+ GitPython = "3.1.44"
26
+ unidiff = "0.7.5"
27
+ google-generativeai = "0.8.5"
28
+ anthropic = "0.49.0"
29
+ typer = "0.9.4"
30
+ async-typer = "0.1.8"
31
31
 
32
32
  [tool.poetry.group.dev.dependencies]
33
33
  flake8 = "*"
@@ -56,4 +56,4 @@ minversion = "6.0"
56
56
  addopts = "-vv --capture=no --log-cli-level=INFO"
57
57
  testpaths = [
58
58
  "tests",
59
- ]
59
+ ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes