ai-cr 0.4.2__tar.gz → 0.4.3__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.2 → ai_cr-0.4.3}/PKG-INFO +2 -2
- {ai_cr-0.4.2 → ai_cr-0.4.3}/README.md +1 -1
- {ai_cr-0.4.2 → ai_cr-0.4.3}/pyproject.toml +1 -1
- {ai_cr-0.4.2 → ai_cr-0.4.3}/LICENSE +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/.ai-code-review.toml +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/__init__.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/bootstrap.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/cli.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/constants.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/core.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/project_config.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/ai_code_review/report_struct.py +0 -0
- {ai_cr-0.4.2 → ai_cr-0.4.3}/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.3
|
4
4
|
Summary: LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,coding,assistant,llm,code review,github,automation,devops,developer tools,github actions,workflows
|
@@ -44,7 +44,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
|
|
44
44
|
- Posts review results as a comment on your PR
|
45
45
|
- Can be used locally; works with both local and remote Git repositories
|
46
46
|
- Optional, fun AI-generated code awards 🏆
|
47
|
-
- Easily configurable via [`.ai-code-review.toml`](ai_code_review/.ai-code-review.toml)
|
47
|
+
- Easily configurable via [`.ai-code-review.toml`](https://github.com/Nayjest/ai-code-review/blob/main/ai_code_review/.ai-code-review.toml) in your repository root
|
48
48
|
- Extremely fast, parallel LLM usage
|
49
49
|
- Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
|
50
50
|
|
@@ -16,7 +16,7 @@ An AI-powered GitHub code review tool that uses LLMs to detect high-confidence,
|
|
16
16
|
- Posts review results as a comment on your PR
|
17
17
|
- Can be used locally; works with both local and remote Git repositories
|
18
18
|
- Optional, fun AI-generated code awards 🏆
|
19
|
-
- Easily configurable via [`.ai-code-review.toml`](ai_code_review/.ai-code-review.toml)
|
19
|
+
- Easily configurable via [`.ai-code-review.toml`](https://github.com/Nayjest/ai-code-review/blob/main/ai_code_review/.ai-code-review.toml) in your repository root
|
20
20
|
- Extremely fast, parallel LLM usage
|
21
21
|
- Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)
|
22
22
|
|
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
|