Skip to content

Releases: MartianInGreen/git-ai

v0.1.1 - Feedback Mode

25 May 16:20
2f393ef

Choose a tag to compare

Features:

  • Implement a feedback mode

Refactor:

  • Clean up implementation of git commit generator
  • Write out program modes into functions

v0.1.0 - Initial Release

25 May 14:22
5c8c966

Choose a tag to compare

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.