@abmsourav/gityai
v2.1.0
Published
Agentic AI CLI that writes your Git commit messages and pull request descriptions from your actual code changes, with an interactive refinement loop. Works with Google Gemini or Anthropic Claude.
Maintainers
Readme
GityAI
Agentic AI CLI that writes your Git commit messages and pull request descriptions from your actual code changes — with an interactive refinement loop, so every result is a starting point you can accept, regenerate, or steer with your own prompt until it's right.
Provider-agnostic: use Google Gemini or Anthropic Claude (or both), switchable at runtime.
Install
npm install -g @abmsourav/gityaiSupported platforms: macOS (arm64), Linux (x64 / arm64), Windows (x64).
Usage
gityai setup # pick a provider (Gemini/Claude) and add its API key
gityai model # switch the active model
gityai init # initialize GityAI for a project
gityai cm -s # generate a commit message (refine in a loop)
gityai prd -s # generate a PR description (refine in a loop)
gityai --help # all commandsYour API keys are stored locally in ~/.gityai/.
Full documentation: GityAI Doc
