github-code-review 4.0.1__tar.gz → 4.0.2__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.
- {github_code_review-4.0.1 → github_code_review-4.0.2}/PKG-INFO +4 -2
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/deploy.py +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/config.toml +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/answer.j2 +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/questions/changes_summary.j2 +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/questions/release_notes.j2 +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/questions/test_cases.j2 +1 -1
- {github_code_review-4.0.1 → github_code_review-4.0.2}/pyproject.toml +9 -2
- {github_code_review-4.0.1 → github_code_review-4.0.2}/LICENSE +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/README.md +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/__main__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/bootstrap.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/cli.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/cli_base.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/fix.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/gh_post_review_comment.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/gh_react_to_comment.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/gitlab_post_review_comment.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/linear_comment.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/repl.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/version.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/constants.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/context.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/core.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/entrypoint.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/env.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/gh_api.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/git_installation_check.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/gitlab.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/issue_trackers.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/pipeline.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/pipeline_steps/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/pipeline_steps/jira.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/pipeline_steps/linear.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/project_config.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/report_struct.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/partial/aux_files.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/github/components/env-vars.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/github/components/installs.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/github/gito-code-review.yml.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/github/gito-react-to-comments.yml.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/gitlab/.gitlab-ci.yml.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/gitlab/gito-code-review.yml.j2 +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/cli.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/__init__.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/base.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/github.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/gitlab.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/github.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/gitlab.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/platform_types.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/shared.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/html.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/markdown.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/package_metadata.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/python.py +0 -0
- {github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/string.py +0 -0
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-code-review
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.2
|
|
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
|
|
7
7
|
Keywords: static code analysis,code review,code quality,ai,coding,assistant,llm,github,automation,devops,developer tools,github actions,workflows,github-actions,git,pull-request,jira,linear,gitlab,ci-cd,static analysis
|
|
8
|
-
Author:
|
|
8
|
+
Author: Vitalii Stepanenko
|
|
9
9
|
Author-email: mail@vitaliy.in
|
|
10
|
+
Maintainer: Vitalii Stepanenko
|
|
11
|
+
Maintainer-email: mail@vitaliy.in
|
|
10
12
|
Requires-Python: >=3.11,<4.0
|
|
11
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
14
|
Classifier: Environment :: Console
|
|
@@ -370,7 +370,7 @@ def _configure_llm(
|
|
|
370
370
|
}
|
|
371
371
|
model_proposals = {
|
|
372
372
|
ApiType.ANTHROPIC: {
|
|
373
|
-
"claude-opus-4-
|
|
373
|
+
"claude-opus-4-6": f"Claude Opus 4.6 {ui.dim}(most capable)",
|
|
374
374
|
"claude-sonnet-4-5": f"Claude Sonnet 4.5 {ui.dim}(balanced)",
|
|
375
375
|
"claude-haiku-4-5": f"Claude Haiku 4.5 {ui.dim}(cheapest but less capable)",
|
|
376
376
|
},
|
|
@@ -224,7 +224,7 @@ summary_prompt = """
|
|
|
224
224
|
{{ self_id }}
|
|
225
225
|
Summarize the code review in one sentence.
|
|
226
226
|
--Reviewed Changes--
|
|
227
|
-
{% for part in diff %}{{ part }}\n{% endfor %}
|
|
227
|
+
{% for part in diff %}{{ part }}{{ '\n' }}{% endfor %}
|
|
228
228
|
--Issues Detected by You--
|
|
229
229
|
{{ issues | tojson(indent=2) }}
|
|
230
230
|
---
|
|
@@ -5,7 +5,7 @@ Answer the following user question:
|
|
|
5
5
|
{{ question }}
|
|
6
6
|
----
|
|
7
7
|
----RELATED CODEBASE CHANGES----
|
|
8
|
-
{% for part in diff %}{{ part }}\n{% endfor %}
|
|
8
|
+
{% for part in diff %}{{ part }}{{ '\n' }}{% endfor %}
|
|
9
9
|
|
|
10
10
|
----FULL FILE CONTENT AFTER APPLYING CHANGES----
|
|
11
11
|
{% for file, file_lines in all_file_lines.items() %}
|
|
@@ -39,7 +39,7 @@ Structure release notes using clear sections: Added, Changed, Fixed.
|
|
|
39
39
|
Avoid internal technical jargon or developer-specific details.
|
|
40
40
|
|
|
41
41
|
----RELATED CODEBASE CHANGES----
|
|
42
|
-
{% for part in diff %}{{ part }}\n{% endfor %}
|
|
42
|
+
{% for part in diff %}{{ part }}{{ '\n' }}{% endfor %}
|
|
43
43
|
|
|
44
44
|
----FULL FILE CONTENT AFTER APPLYING CHANGES----
|
|
45
45
|
{% for file, file_lines in all_file_lines.items() %}
|
|
@@ -9,7 +9,7 @@ Expected caption: ## Release Notes (generated by [Gito](https://github.com/Nayje
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
----RELATED CODEBASE CHANGES----
|
|
12
|
-
{% for part in diff %}{{ part }}\n{% endfor %}
|
|
12
|
+
{% for part in diff %}{{ part }}{{ '\n' }}{% endfor %}
|
|
13
13
|
|
|
14
14
|
----FULL FILE CONTENT AFTER APPLYING CHANGES----
|
|
15
15
|
{% for file, file_lines in all_file_lines.items() %}
|
|
@@ -19,7 +19,7 @@ and suggest focused testing to mitigate them.
|
|
|
19
19
|
- Number test cases sequentially (C-01, C-02, E-01, E-02, etc.).
|
|
20
20
|
|
|
21
21
|
----RELATED CODEBASE CHANGES----
|
|
22
|
-
{% for part in diff %}{{ part }}\n{% endfor %}
|
|
22
|
+
{% for part in diff %}{{ part }}{{ '\n' }}{% endfor %}
|
|
23
23
|
|
|
24
24
|
----FULL FILE CONTENT AFTER APPLYING CHANGES----
|
|
25
25
|
{% for file, file_lines in all_file_lines.items() %}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "github-code-review"
|
|
3
|
-
version = "4.0.
|
|
3
|
+
version = "4.0.2"
|
|
4
4
|
description = "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
|
-
authors = ["Nayjest <mail@vitaliy.in>"]
|
|
6
5
|
readme = "README.md"
|
|
7
6
|
license = "MIT"
|
|
8
7
|
homepage = "https://github.com/Nayjest/Gito"
|
|
@@ -49,6 +48,14 @@ classifiers = [
|
|
|
49
48
|
"Development Status :: 5 - Production/Stable",
|
|
50
49
|
"License :: OSI Approved :: MIT License",
|
|
51
50
|
]
|
|
51
|
+
authors = [
|
|
52
|
+
"Vitalii Stepanenko <mail@vitaliy.in>"
|
|
53
|
+
]
|
|
54
|
+
maintainers = [
|
|
55
|
+
"Vitalii Stepanenko <mail@vitaliy.in>",
|
|
56
|
+
"Nikita Sahaidachnyi <nikita.sahaidachnyi@gmail.com>",
|
|
57
|
+
"Dariia Stepanenko <zozulinadarina97@gmail.com>"
|
|
58
|
+
]
|
|
52
59
|
packages = [
|
|
53
60
|
{ include = "gito" }
|
|
54
61
|
]
|
|
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
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/gh_post_review_comment.py
RENAMED
|
File without changes
|
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/commands/gitlab_post_review_comment.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/tpl/workflows/gitlab/.gitlab-ci.yml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/__init__.py
RENAMED
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/base.py
RENAMED
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/github.py
RENAMED
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/adapters/gitlab.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_code_review-4.0.1 → github_code_review-4.0.2}/gito/utils/git_platform/platform_types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|