gmsg 0.1.3__py3-none-any.whl → 0.1.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.
gmsg/gmsg.py CHANGED
@@ -71,7 +71,7 @@ def cycle_through_messages(diff: str, api_key: str) -> bool:
71
71
  commit_message_to_git(msg)
72
72
  break
73
73
  elif action in ("n", "N"):
74
- msg = trigger_query(query)
74
+ msg = trigger_query(query, api_key)
75
75
  elif action in ("e", "E"):
76
76
  msg = edit_message_in_editor(msg)
77
77
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gmsg
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Generates git commit messages for you using AI.
5
5
  License: MIT
6
6
  Author: shiyan99s@gmail.com
@@ -0,0 +1,8 @@
1
+ gmsg/__init__.py,sha256=9B4ZkbOBiBYYqv3Kh-mdlNn-yDPvkpXOqrm52Ng8CTk,23
2
+ gmsg/api_key.py,sha256=73RAEjrcN6f1tc3cqaJ5888COTm4gnjQ4G7VRB3-CnQ,569
3
+ gmsg/gmsg.py,sha256=bPHA3Unsoe6XqpsY8rc5qnZ-rQGNcEBiJSrtgBJvXGk,3871
4
+ gmsg-0.1.4.dist-info/LICENSE,sha256=4gnFnu1ft89RQUn-ohdbqKLhpQ6-wHtq2eAOs1p6X6M,1071
5
+ gmsg-0.1.4.dist-info/METADATA,sha256=5hAkqmK7DnukSCFt5M7y7m8b9F49QL5gjHbG1s09WRw,609
6
+ gmsg-0.1.4.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
7
+ gmsg-0.1.4.dist-info/entry_points.txt,sha256=LqLzIXT9IVenl_xEptCn4LqWHm34ypTaVMhoW5tFBSg,39
8
+ gmsg-0.1.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- gmsg/__init__.py,sha256=9B4ZkbOBiBYYqv3Kh-mdlNn-yDPvkpXOqrm52Ng8CTk,23
2
- gmsg/api_key.py,sha256=73RAEjrcN6f1tc3cqaJ5888COTm4gnjQ4G7VRB3-CnQ,569
3
- gmsg/gmsg.py,sha256=rzLfHzvS09p6TFfS8IVG-iLUjSCyrc5bYBQfK8w3giQ,3862
4
- gmsg-0.1.3.dist-info/LICENSE,sha256=4gnFnu1ft89RQUn-ohdbqKLhpQ6-wHtq2eAOs1p6X6M,1071
5
- gmsg-0.1.3.dist-info/METADATA,sha256=BEXAknC2f2JYMNqy0UlO1LU8qVxpgseIK9scVtKYtrs,609
6
- gmsg-0.1.3.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
7
- gmsg-0.1.3.dist-info/entry_points.txt,sha256=LqLzIXT9IVenl_xEptCn4LqWHm34ypTaVMhoW5tFBSg,39
8
- gmsg-0.1.3.dist-info/RECORD,,
File without changes
File without changes