Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cellwebb/gac

v2.0.0

30 Oct 23:16

Choose a tag to compare

This update allows the user to choose the language their commit messages are written!

There are a few ways you can do this. you can...

  • gac language will ask you which language with a couple dozen preset options
  • gac config set GAC_LANGUAGE <language-choice>
  • gac init will ask for your language after model and provider details
  • set GAC_LANGUAGE in your .gac.env (this can be in your project folder in case you have different language needs for different projects!)
  • use the -l or --language flag for single usage like so: gac -l es for Espanõl. Accepts full language names and language codes

This update also changes how rerolling with feedback works. You no longer need to type "r " and can just write your feedback. For example, instead of "r make it shorter", you just need to type "make it shorter". Hope this is a welcome change!

Please let me know if you have any feedback or requests for features! <3

Full Changelog: v1.14.0...v2.0.0

v1.14.0

30 Oct 05:08

Choose a tag to compare

This release adds custom system prompts!

Save your custom prompt as a .txt or .md and set the path with gac config set GAC_SYSTEM_PROMPT_PATH <your-path> or edit your .gac.env file directly!

Next update is language choice!

v1.13.1

29 Oct 01:27

Choose a tag to compare

Thank you to everyone who starred yesterday following my hackernews post! This is my first time breaking 100 stars! 🥲

Since that post...

Added

  • DeepSeek and MiniMax.io to the supported providers
  • Custom endpoints for APIs that are compatible with either Anthropic or OpenAI

Fixed

  • merged a pr from @vinsidious who fixed the Gemini implementation which had been improperly handling the system prompt
  • fixed a bug where, for some reasoning models, tags were showing up in the commits

Thank you to @vinsidious for the help with fixing Gemini!

Next up

I'm adding custom system prompts and language selection for users who commit in other languages!

Cheers!

Full Changelog: v1.11.1...v1.13.1