github-code-review 4.0.3__py3-none-any.whl → 4.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-code-review
3
- Version: 4.0.3
3
+ Version: 4.0.4
4
4
  Summary: AI code review tool that works with any language model provider. It detects issues in GitHub pull requests or local changes—instantly, reliably, and without vendor lock-in.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -104,11 +104,12 @@ Get consistent, thorough code reviews in seconds—no waiting for human availabi
104
104
  ## 🌐 Supported Platforms & Integrations<a id="-supported-platforms--integrations"></a>
105
105
 
106
106
  ### 🧩 Git Platforms
107
- | Platform | Status |
108
- |-----------|----------------------|
109
- | GitHub | ✅ Supported |
110
- | GitLab | 🧪 Supported (Beta) |
111
- | Bitbucket | 🛠️ Planned |
107
+ | Platform | Status |
108
+ |-------------|----------------------|
109
+ | GitHub | ✅ Supported |
110
+ | GitLab | 🧪 Supported (Beta) |
111
+ | Bitbucket | 🛠️ Planned |
112
+ | Local / CLI | ✅ Supported |
112
113
 
113
114
  > ℹ️ Gito ships ready-to-use CI/CD workflows for these platforms,
114
115
  > with full support for triggering actions via PR comments, automatic review posting, and PR lifecycle integration.
@@ -56,8 +56,8 @@ gito/utils/markdown.py,sha256=0Fb_LrOXdmHtU2aSw4gB7z_ibwqXSWl2l_IwDhmj31Y,2113
56
56
  gito/utils/package_metadata.py,sha256=nae3z2WZsCTYlq9LspFFQxR8Pn2PpWG5qGO-ZpGa1LY,229
57
57
  gito/utils/python.py,sha256=PepiLFcYzfyo9H7NVcJtykfPmmM66etbdUgtdLWvJ34,993
58
58
  gito/utils/string.py,sha256=_2gtrUtvN5Z8zNZHNQ_lFPI5rFd0W3lfiohbXw1sSOA,1687
59
- github_code_review-4.0.3.dist-info/METADATA,sha256=MgtZhKxUfjW2O6c0eXm4UQnXe-d521pjdx-ZZXpd9iw,19002
60
- github_code_review-4.0.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
61
- github_code_review-4.0.3.dist-info/entry_points.txt,sha256=bvVDxrPyxA3zN93OyiEmDMNXp15AC6WtJIkra_Ahg_E,45
62
- github_code_review-4.0.3.dist-info/licenses/LICENSE,sha256=avg6TUQou2p-c-awRDs_BRLvNtxa3l95jP0-i0OfzE8,1082
63
- github_code_review-4.0.3.dist-info/RECORD,,
59
+ github_code_review-4.0.4.dist-info/METADATA,sha256=OF-lYAh7HNQbX2o-mVQ_jTZwY-_KnheuNASZHbUU18g,19052
60
+ github_code_review-4.0.4.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
61
+ github_code_review-4.0.4.dist-info/entry_points.txt,sha256=hw57yb8_2hrUJr7AbRLkAvGUaqoTF8E98pmSl2ISpfg,85
62
+ github_code_review-4.0.4.dist-info/licenses/LICENSE,sha256=avg6TUQou2p-c-awRDs_BRLvNtxa3l95jP0-i0OfzE8,1082
63
+ github_code_review-4.0.4.dist-info/RECORD,,
@@ -1,3 +1,4 @@
1
1
  [console_scripts]
2
+ github-code-review=gito.entrypoint:main
2
3
  gito=gito.entrypoint:main
3
4