git-commit-msg-ai 1.8.0__py3-none-any.whl → 2.0.1__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.
- git_commit_msg_ai/ai_client.py +1 -1
- git_commit_msg_ai/cli.py +1 -1
- {git_commit_msg_ai-1.8.0.dist-info → git_commit_msg_ai-2.0.1.dist-info}/METADATA +4 -4
- git_commit_msg_ai-2.0.1.dist-info/RECORD +11 -0
- git_commit_msg_ai-1.8.0.dist-info/RECORD +0 -11
- {git_commit_msg_ai-1.8.0.dist-info → git_commit_msg_ai-2.0.1.dist-info}/WHEEL +0 -0
- {git_commit_msg_ai-1.8.0.dist-info → git_commit_msg_ai-2.0.1.dist-info}/entry_points.txt +0 -0
- {git_commit_msg_ai-1.8.0.dist-info → git_commit_msg_ai-2.0.1.dist-info}/top_level.txt +0 -0
git_commit_msg_ai/ai_client.py
CHANGED
|
@@ -16,7 +16,7 @@ SYSTEM_PROMPT: Final[str] = textwrap.dedent("""\
|
|
|
16
16
|
- If there is a breaking change, add a blank line after the body followed by "BREAKING CHANGE: <description of what breaks and why>
|
|
17
17
|
Types: feat, fix, docs, style, refactor, test, chore""")
|
|
18
18
|
|
|
19
|
-
MODEL: Final[str] = "claude-
|
|
19
|
+
MODEL: Final[str] = "claude-sonnet-4-6"
|
|
20
20
|
MAX_TOKENS: Final[int] = 1024
|
|
21
21
|
|
|
22
22
|
|
git_commit_msg_ai/cli.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: git-commit-msg-ai
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: AI-powered git commit message generator following Conventional Commits
|
|
5
5
|
License-Expression: MIT
|
|
6
|
-
Requires-Python: >=3.
|
|
6
|
+
Requires-Python: >=3.14
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: anthropic
|
|
9
9
|
Provides-Extra: dev
|
|
@@ -20,7 +20,7 @@ AI-powered git commit message generator that follows the [Conventional Commits](
|
|
|
20
20
|
|
|
21
21
|
## Prerequisites
|
|
22
22
|
|
|
23
|
-
- Python 3.
|
|
23
|
+
- Python 3.14+
|
|
24
24
|
- An Anthropic API key set as an environment variable:
|
|
25
25
|
|
|
26
26
|
```sh
|
|
@@ -123,7 +123,7 @@ Pushing a version tag (e.g. `v1.5.2`) triggers the CD pipeline:
|
|
|
123
123
|
1. Tests are re-run as a gate
|
|
124
124
|
2. The tag version is verified to match the version in `pyproject.toml`
|
|
125
125
|
3. The package is built and published to [PyPI](https://pypi.org/project/git-commit-msg-ai/)
|
|
126
|
-
4. A GitHub Release is created with release notes generated by Claude
|
|
126
|
+
4. A GitHub Release is created with release notes generated by Claude Sonnet from the commit log
|
|
127
127
|
|
|
128
128
|
**Releasing a new version:**
|
|
129
129
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
git_commit_msg_ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
git_commit_msg_ai/ai_client.py,sha256=EVwn_FkRnLEi30qIkllPqkuqUoyQ1rGrsMeywJ5BYvs,2230
|
|
3
|
+
git_commit_msg_ai/cli.py,sha256=33N5IFgD_ENAfNTf3X4w4fsE9WyiV-qLneN5Lay7IdQ,2187
|
|
4
|
+
git_commit_msg_ai/editor.py,sha256=wW7TJ4zVvvN7ThLtrJthAf9FjdmIDTbBS7V5pIW490s,2143
|
|
5
|
+
git_commit_msg_ai/exceptions.py,sha256=7Hwluf3zHMjs4lpGktWS-Lwgo8y_4Xbb1WqzPQHkkUA,352
|
|
6
|
+
git_commit_msg_ai/git_ops.py,sha256=qZae4w3IEf3Lmf2T5oWItkgM0PrEYHCWr3TgBJLeecY,1387
|
|
7
|
+
git_commit_msg_ai-2.0.1.dist-info/METADATA,sha256=VwvYQG_9avnabWLBZynGOBuCZaxiNgplK6zXKCZDCPQ,4227
|
|
8
|
+
git_commit_msg_ai-2.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
9
|
+
git_commit_msg_ai-2.0.1.dist-info/entry_points.txt,sha256=KTu6wUhl0p3nf27k8L4vpSH_hpeRQpwzMPSmKv7K5Cs,65
|
|
10
|
+
git_commit_msg_ai-2.0.1.dist-info/top_level.txt,sha256=XYQC2BXvrcREGKEG7sm9nbwO7ifqcUSVgU7SW8BTURs,18
|
|
11
|
+
git_commit_msg_ai-2.0.1.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
git_commit_msg_ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
git_commit_msg_ai/ai_client.py,sha256=DktS01lI62kaIRW4SccdelpwFn3VSJ_YRjlO5_IQE6I,2238
|
|
3
|
-
git_commit_msg_ai/cli.py,sha256=Z8uIRW1rTK4YDYdj8pIxgLC1Q0agfX5VFTIqI2geHoo,2189
|
|
4
|
-
git_commit_msg_ai/editor.py,sha256=wW7TJ4zVvvN7ThLtrJthAf9FjdmIDTbBS7V5pIW490s,2143
|
|
5
|
-
git_commit_msg_ai/exceptions.py,sha256=7Hwluf3zHMjs4lpGktWS-Lwgo8y_4Xbb1WqzPQHkkUA,352
|
|
6
|
-
git_commit_msg_ai/git_ops.py,sha256=qZae4w3IEf3Lmf2T5oWItkgM0PrEYHCWr3TgBJLeecY,1387
|
|
7
|
-
git_commit_msg_ai-1.8.0.dist-info/METADATA,sha256=UuCgjMWD8xVBSCk4F6FQ6nmIkmjwYN5BQ2jELeHM_kI,4226
|
|
8
|
-
git_commit_msg_ai-1.8.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
9
|
-
git_commit_msg_ai-1.8.0.dist-info/entry_points.txt,sha256=KTu6wUhl0p3nf27k8L4vpSH_hpeRQpwzMPSmKv7K5Cs,65
|
|
10
|
-
git_commit_msg_ai-1.8.0.dist-info/top_level.txt,sha256=XYQC2BXvrcREGKEG7sm9nbwO7ifqcUSVgU7SW8BTURs,18
|
|
11
|
-
git_commit_msg_ai-1.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|