git-copilot-commit 0.1.4__tar.gz → 0.1.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.
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/PKG-INFO +1 -1
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/pyproject.toml +1 -1
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/src/git_copilot_commit/cli.py +3 -2
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/uv.lock +1 -1
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/.github/workflows/ci.yml +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/.gitignore +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/.python-version +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/LICENSE +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/README.md +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/src/git_copilot_commit/__init__.py +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/src/git_copilot_commit/git.py +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/src/git_copilot_commit/py.typed +0 -0
- {git_copilot_commit-0.1.4 → git_copilot_commit-0.1.5}/src/git_copilot_commit/settings.py +0 -0
|
@@ -153,7 +153,8 @@ If multiple changes are detected, prioritize the most important changes in a sin
|
|
|
153
153
|
Do not add any body or footer.
|
|
154
154
|
You can only give one reply for each conversation turn.
|
|
155
155
|
|
|
156
|
-
Avoid wrapping the whole response in triple backticks.
|
|
156
|
+
Avoid wrapping the whole response in triple backticks or single backticks.
|
|
157
|
+
Return the commit message as the output without any additional text, explanations, or formatting markers.
|
|
157
158
|
"""
|
|
158
159
|
)
|
|
159
160
|
|
|
@@ -291,7 +292,7 @@ def commit(
|
|
|
291
292
|
@app.command()
|
|
292
293
|
def authenticate():
|
|
293
294
|
"""Autheticate with GitHub Copilot."""
|
|
294
|
-
Authentication().
|
|
295
|
+
Authentication().try_auth()
|
|
295
296
|
|
|
296
297
|
|
|
297
298
|
@app.command()
|
|
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
|