Releases: cellwebb/gac
v2.0.0
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 languagewill ask you which language with a couple dozen preset optionsgac config set GAC_LANGUAGE <language-choice>gac initwill 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
-lor--languageflag for single usage like so:gac -l esfor 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
v1.13.1
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