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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ai-cr
3
- Version: 0.4.2
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
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ai-cr"
3
- version = "0.4.2"
3
+ version = "0.4.3"
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