A Python script that monitors your directory for file saves and automatically creates Git commits with high-quality messages generated by Llama 3.1 (via Groq API).
- Instant Messages: Uses Groq's high-speed inference.
- Context Aware: Sends the previous and new version of the file in JSON format to the LLM for accurate messages.
- Local Only: It runs
git addandgit commit, but nevergit push. - Ignore Logic: Automatically ignores
.env,.git, and virtual environments.