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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-copilot-commit
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Automatically generate and commit changes using copilot
5
5
  Author-email: Dheepak Krishnamurthy <1813121+kdheepak@users.noreply.github.com>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "git-copilot-commit"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "Automatically generate and commit changes using copilot"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -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().auth()
295
+ Authentication().try_auth()
295
296
 
296
297
 
297
298
  @app.command()
@@ -78,7 +78,7 @@ wheels = [
78
78
 
79
79
  [[package]]
80
80
  name = "git-copilot-commit"
81
- version = "0.1.4"
81
+ version = "0.1.5"
82
82
  source = { editable = "." }
83
83
  dependencies = [
84
84
  { name = "pycopilot" },