Automatically commits Git changes and generates commit messages using conventional commits format.
This tool analyzes Git changes (staged and unstaged) within a repository and automatically generates commit messages adhering to the conventional commits format. It leverages OpenAI's GPT-4o-mini model to provide detailed summaries of modified, added, and deleted files, including snippets of the changes. The tool integrates with the Model Context Protocol (MCP) and adds an auto-commit signature to each commit, streamlining the development workflow.