Go-based command-line tool that uses AI to automatically generate meaningful commit messages for your Git repositories
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
feat: add keyboard input handling for commit message confirmation and amendment, fixes #2 and fixes #3
8419692View on GitHubfeat: add interactive commit message review and amendment feature, fixes #1
888a3f7View on GitHubfeat(root): Add MIT License file for project attribution and usage terms
3ea3ff0View on GitHubrefactor(ai): Update commit message guidelines to include 'update' type
52349a1View on GitHubrefactor(.gitignore, go.mod, go.sum, main.go, internal): reorganize and refactor code, add config and ai packages
dcff037View on GitHubrefactor(main): remove unused functions for file diff generation
f853cf5View on GitHubfeat(docs): Create initial README with installation and usage instructions
efb4790View on GitHubrefactor(getDiff): use 'git diff' command to get full diff and include untracked files
3851de3View on GitHubfeat(commit): Add interactive commit message generation and confirmation
fb21d8fView on GitHubrefactor(main): Improve code organization and structure for generating commit messages using Groq API
31fb59aView on GitHub