gac 2.5.0__py3-none-any.whl → 2.5.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.

Potentially problematic release.


This version of gac might be problematic. Click here for more details.

gac/__version__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Version information for gac package."""
2
2
 
3
- __version__ = "2.5.0"
3
+ __version__ = "2.5.1"
gac/cli.py CHANGED
@@ -133,7 +133,7 @@ def cli(
133
133
  no_verify=no_verify,
134
134
  skip_secret_scan=skip_secret_scan or bool(config.get("skip_secret_scan", False)),
135
135
  language=resolved_language,
136
- hook_timeout=hook_timeout if hook_timeout > 0 else int(config.get("hook_timeout", 120)),
136
+ hook_timeout=hook_timeout if hook_timeout > 0 else int(config.get("hook_timeout", 120) or 120),
137
137
  )
138
138
  except Exception as e:
139
139
  handle_error(e, exit_program=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gac
3
- Version: 2.5.0
3
+ Version: 2.5.1
4
4
  Summary: LLM-powered Git commit message generator with multi-provider support
5
5
  Project-URL: Homepage, https://github.com/cellwebb/gac
6
6
  Project-URL: Documentation, https://github.com/cellwebb/gac#readme
@@ -1,8 +1,8 @@
1
1
  gac/__init__.py,sha256=z9yGInqtycFIT3g1ca24r-A3699hKVaRqGUI79wsmMc,415
2
- gac/__version__.py,sha256=Xpe4m5SwJ_iZ3HmDV70lEKGTKgJT-Xa6f-saj16phew,66
2
+ gac/__version__.py,sha256=B3TWz9Hidhp0LsudOE-3pxMYIRJNVT3t-2Ho-ZHF1eI,66
3
3
  gac/ai.py,sha256=6SQK4axBE0uEbF3eKVTvQtGL9X1TbxoBOrY7NuYIfiM,5009
4
4
  gac/ai_utils.py,sha256=reJINfsKlX0HAg5HPlH4ImO6FvibzgRZ0ruG9u1cxa8,8312
5
- gac/cli.py,sha256=-2XjRB22lAlSDAUPWwgiOpl6KWdR5nRSvCpLBGAJ9OI,6389
5
+ gac/cli.py,sha256=JcPZli727o4BeotO2oND98Hjt8rDStl8pAcDiRpzaxg,6396
6
6
  gac/config.py,sha256=HXYy889wZGlot2kn2jvR1QsiVIVHaZbvhIqMybm3Iso,2164
7
7
  gac/config_cli.py,sha256=v9nFHZO1RvK9fzHyuUS6SG-BCLHMsdOMDwWamBhVVh4,1608
8
8
  gac/constants.py,sha256=f8UdGVzYHcuOxPHO53Isllkrk8G0DEE0qP8f4Oers_M,9670
@@ -37,8 +37,8 @@ gac/providers/streamlake.py,sha256=KAA2ZnpuEI5imzvdWVWUhEBHSP0BMnprKXte6CbwBWY,2
37
37
  gac/providers/synthetic.py,sha256=sRMIJTS9LpcXd9A7qp_ZjZxdqtTKRn9fl1W4YwJZP4c,1855
38
38
  gac/providers/together.py,sha256=1bUIVHfYzcEDw4hQPE8qV6hjc2JNHPv_khVgpk2IJxI,1667
39
39
  gac/providers/zai.py,sha256=kywhhrCfPBu0rElZyb-iENxQxxpVGykvePuL4xrXlaU,2739
40
- gac-2.5.0.dist-info/METADATA,sha256=XLnVxndz-YX61Z6y83fnAVBWB5clSt8k9W4iMR6oJwQ,10839
41
- gac-2.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
- gac-2.5.0.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
43
- gac-2.5.0.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
44
- gac-2.5.0.dist-info/RECORD,,
40
+ gac-2.5.1.dist-info/METADATA,sha256=GzKyRSMIZZou0GWSNtNDmltmLPoR2BLqkQ6GVfwytrY,10839
41
+ gac-2.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
+ gac-2.5.1.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
43
+ gac-2.5.1.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
44
+ gac-2.5.1.dist-info/RECORD,,
File without changes