ai-cr 0.4.4__tar.gz → 0.4.5__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,9 +1,9 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ai-cr
3
- Version: 0.4.4
3
+ Version: 0.4.5
4
4
  Summary: LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions
5
5
  License: MIT
6
- Keywords: ai,coding,assistant,llm,code review,github,automation,devops,developer tools,github actions,workflows
6
+ Keywords: static code analysis,code review,code quality,ai,coding,assistant,llm,github,automation,devops,developer tools,github actions,workflows,git
7
7
  Author: Nayjest
8
8
  Author-email: mail@vitaliy.in
9
9
  Requires-Python: >=3.11,<4.0
@@ -71,7 +71,7 @@ jobs:
71
71
  with: { python-version: "3.13" }
72
72
  - name: Install AI Code Review tool
73
73
  run: pip install ai-code-review==0.4.1
74
- - name: Run AI code review
74
+ - name: Run AI code analysis
75
75
  env:
76
76
  LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
77
77
  LLM_API_TYPE: openai
@@ -93,7 +93,7 @@ jobs:
93
93
  💪 Done!
94
94
  PRs to your repository will now receive AI code reviews automatically. ✨
95
95
 
96
- ### 2. Run Locally
96
+ ### 2. Run Code Analysis Locally
97
97
 
98
98
  Install and run:
99
99
 
@@ -43,7 +43,7 @@ jobs:
43
43
  with: { python-version: "3.13" }
44
44
  - name: Install AI Code Review tool
45
45
  run: pip install ai-code-review==0.4.1
46
- - name: Run AI code review
46
+ - name: Run AI code analysis
47
47
  env:
48
48
  LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
49
49
  LLM_API_TYPE: openai
@@ -65,7 +65,7 @@ jobs:
65
65
  💪 Done!
66
66
  PRs to your repository will now receive AI code reviews automatically. ✨
67
67
 
68
- ### 2. Run Locally
68
+ ### 2. Run Code Analysis Locally
69
69
 
70
70
  Install and run:
71
71
 
@@ -1,13 +1,13 @@
1
1
  [tool.poetry]
2
2
  name = "ai-cr"
3
- version = "0.4.4"
3
+ version = "0.4.5"
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"
7
7
  license = "MIT"
8
8
  homepage = "https://github.com/Nayjest/github-ai-code-review"
9
9
  repository = "https://github.com/Nayjest/github-ai-code-review"
10
- keywords = ["ai", "coding", "assistant", "llm", "code review", "github", "automation", "devops", "developer tools", "github actions", "workflows"]
10
+ keywords = ["static code analysis", "code review", "code quality", "ai", "coding", "assistant", "llm", "github", "automation", "devops", "developer tools", "github actions", "workflows", "git"]
11
11
  classifiers = [
12
12
  "Environment :: Console",
13
13
  "Intended Audience :: Developers",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes