Releases: MartianInGreen/git-ai
Releases · MartianInGreen/git-ai
v0.1.1 - Feedback Mode
Features:
- Implement a feedback mode
Refactor:
- Clean up implementation of git commit generator
- Write out program modes into functions
v0.1.0 - Initial Release
Initial release of Git-AI (gia).
Quick git commits with the help of AI.
Usage: gia [options]
Options:
-h, --help Show this help message
-v, --version Show version information
-m, --model Set the model to use. Uses gpt-4.1-mini by default.
-t, -i, --instructions "..." Include extra instructions to the model.
--key "..." Set the API key to use.
--base "..." Set the API base URL to use.
Run gia inside of a git repository to generate a commit message. Stage changes to be committed before.