ai-cr 0.4.3__py3-none-any.whl → 0.4.4__py3-none-any.whl
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.3.dist-info → ai_cr-0.4.4.dist-info}/METADATA +4 -4
- {ai_cr-0.4.3.dist-info → ai_cr-0.4.4.dist-info}/RECORD +5 -5
- {ai_cr-0.4.3.dist-info → ai_cr-0.4.4.dist-info}/LICENSE +0 -0
- {ai_cr-0.4.3.dist-info → ai_cr-0.4.4.dist-info}/WHEEL +0 -0
- {ai_cr-0.4.3.dist-info → ai_cr-0.4.4.dist-info}/entry_points.txt +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.4
|
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
|
@@ -126,7 +126,7 @@ Change behavior via `.ai-code-review.toml`:
|
|
126
126
|
You can override the default config by placing `.ai-code-review.toml` in your repo root.
|
127
127
|
|
128
128
|
|
129
|
-
See default configuration [here](ai_code_review/.ai-code-review.toml).
|
129
|
+
See default configuration [here](https://github.com/Nayjest/ai-code-review/blob/main/ai_code_review/.ai-code-review.toml).
|
130
130
|
|
131
131
|
## 💻 Development Setup
|
132
132
|
|
@@ -151,11 +151,11 @@ pytest
|
|
151
151
|
|
152
152
|
## 🤝 Contributing
|
153
153
|
|
154
|
-
We ❤️ contributions! See [CONTRIBUTING.md](CONTRIBUTING.md).
|
154
|
+
We ❤️ contributions! See [CONTRIBUTING.md](https://github.com/Nayjest/ai-code-review/blob/main/CONTRIBUTING.md).
|
155
155
|
|
156
156
|
## 📝 License
|
157
157
|
|
158
|
-
Licensed under the [MIT License](LICENSE).
|
158
|
+
Licensed under the [MIT License](https://github.com/Nayjest/ai-code-review/blob/main/LICENSE).
|
159
159
|
|
160
160
|
© 2025 [Vitalii Stepanenko](mailto:mail@vitaliy.in)
|
161
161
|
|
@@ -7,8 +7,8 @@ ai_code_review/core.py,sha256=LhstEanCpMD0rVEYja0EQ4GuwB47RXGJJNOTkD6WqYk,3888
|
|
7
7
|
ai_code_review/project_config.py,sha256=RDbplmncALKw0zgqSG8POofi300z0DPvtF33wt7_1Sk,3651
|
8
8
|
ai_code_review/report_struct.py,sha256=N-EnNMwBY9LyJ9sdFHpUzn2fwBvxo5TZYYiJagBl8Po,3488
|
9
9
|
ai_code_review/utils.py,sha256=DLzX9kILl5ABAsuwqFJk_3kItjgzzeTUrgZ3RMnDgAY,1713
|
10
|
-
ai_cr-0.4.
|
11
|
-
ai_cr-0.4.
|
12
|
-
ai_cr-0.4.
|
13
|
-
ai_cr-0.4.
|
14
|
-
ai_cr-0.4.
|
10
|
+
ai_cr-0.4.4.dist-info/entry_points.txt,sha256=fQYGUz6CVCClhei9kNCTtJUX6ia-dTca6p1sZ9pnst8,48
|
11
|
+
ai_cr-0.4.4.dist-info/LICENSE,sha256=XATf3zv-CppUSJqI18KLhwnPEomUXEl5WbBzFyb9OSU,1096
|
12
|
+
ai_cr-0.4.4.dist-info/METADATA,sha256=rW9-5lGuDWe-UTYAw-2Z29d30XAhnMIQ1T2an3po98c,5534
|
13
|
+
ai_cr-0.4.4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
14
|
+
ai_cr-0.4.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|