commit-ai
commit-ai is a command-line tool that uses AI to automatically generate commit messages for your git repositories. It analyzes the changes in your staged files and creates a concise and descriptive commit message that follows conventional commit standards.
I built this project to burn through some anthropic API credits that I had left. It was the first time integrating an AI model, and I made it simple for myself by using the "ai" package.