suenot/AI Commit Message Generator

Automatically generate or improve git commit messages using AI (powered by aicommit)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyOpenRouter API key for AI model accessyes
providerAI provider to use (openrouter, simple-free, ollama, openai-compatible)nosimple-free
modelSpecific model to use (optional, provider will auto-select if not specified)no
modeOperating mode: generate (generate message for staged changes) or analyze (analyze push commits)nogenerate
output_formatOutput format: text, json, or githubnogithub
max_tokensMaximum tokens for responseno200
temperatureTemperature for generation (0.0-1.0)no0.2
diff_filePath to a file containing the diff (optional)no
namedescription
commit_messageGenerated commit message
model_usedAI model that was used for generation
input_tokensNumber of input tokens used
output_tokensNumber of output tokens generated
total_costTotal cost of the API call
successWhether the generation was successful
errorError message if generation failed