View Project
AI Commit Message Generator is a tool that uses an AI model to generate commit messages based on the staged changes in your Git repository. It leverages the Ollama model to create concise, informative commit messages that follow best practices in version control.
Generates commit messages using the Ollama AI model
Supports various commit message types (feat, fix, refactor, etc.)
Provides a detailed explanation of changes in bullet points
Focuses on major changes and uses technical, precise language
Interactive prompt to proceed with the commit, regenerate the message, or discard it
Built with