gac 1.3.0__py3-none-any.whl → 1.3.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__ = "1.3.0"
3
+ __version__ = "1.3.1"
gac/ai_utils.py CHANGED
@@ -93,7 +93,7 @@ def generate_with_retries(
93
93
  provider, model_name = model.split(":", 1)
94
94
 
95
95
  # Validate provider
96
- supported_providers = ["anthropic", "openai", "groq", "cerebras", "ollama", "openrouter"]
96
+ supported_providers = ["anthropic", "openai", "groq", "cerebras", "ollama", "openrouter", "zai"]
97
97
  if provider not in supported_providers:
98
98
  raise AIError.model_error(f"Unsupported provider: {provider}. Supported providers: {supported_providers}")
99
99
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gac
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: AI-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,7 +1,7 @@
1
1
  gac/__init__.py,sha256=HFWgSVNbTAFhgetCRWI1WrtyE7zC7IHvoBOrfDGUurM,989
2
- gac/__version__.py,sha256=yiko2EUl8qIAYR8OgkilBXZjzqT7pI97QJDhWF7olak,66
2
+ gac/__version__.py,sha256=HMucRcR7kcQZhE3vpMtxU0oneMqSyfDgbqk6dbmh7KA,66
3
3
  gac/ai.py,sha256=DRQ59U3-nf94qNCSqmOabRHEFaeV8gUU-4u_6iUyApo,3137
4
- gac/ai_utils.py,sha256=4qr1Jpm89ND5avqWQoQIjyc-zS-CPLoODjlhI44l8M8,7079
4
+ gac/ai_utils.py,sha256=4h5KHZxUNGhKAi0OZoRd8JiCoA9oyFobWarsQrbJstw,7086
5
5
  gac/cli.py,sha256=nvz6l-wctfo3SMpC-zqtXyHMg8rtdzxw9cllbVMXJ0w,4872
6
6
  gac/config.py,sha256=N62phuLUyVj54eLDiDL6VN8-2_Zt6yB5zsnimFavU3I,1630
7
7
  gac/config_cli.py,sha256=v9nFHZO1RvK9fzHyuUS6SG-BCLHMsdOMDwWamBhVVh4,1608
@@ -23,8 +23,8 @@ gac/providers/ollama.py,sha256=Bp94DvortQssDhekuNdJ7fKLeWpWASYXSssJNCuGszg,1383
23
23
  gac/providers/openai.py,sha256=RohHaQqttx0BTVzoJrmEA4eajxnFLN7zyfcFBE0aRyQ,1120
24
24
  gac/providers/openrouter.py,sha256=3PosNyAWgjsrSHiIOZ5PUp3KZbiK7NrGhw5SfPlQK6M,1828
25
25
  gac/providers/zai.py,sha256=iUDwO24Ydg_50KC9wgs1Y_Func8PEjDPpRhbOofAwNk,2092
26
- gac-1.3.0.dist-info/METADATA,sha256=kGUtyzUUBjMWm3_Ayf6Pyi-kvDbXCx7FTO3xaVOqmTo,9523
27
- gac-1.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
28
- gac-1.3.0.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
29
- gac-1.3.0.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
30
- gac-1.3.0.dist-info/RECORD,,
26
+ gac-1.3.1.dist-info/METADATA,sha256=0d2gi23LCCXkMTLa6RH0M5oitCpt6fWap9srMZhGWiU,9523
27
+ gac-1.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
28
+ gac-1.3.1.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
29
+ gac-1.3.1.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
30
+ gac-1.3.1.dist-info/RECORD,,
File without changes