Commentator is a local AI-powered CLI that writes good, clear Git commit messages using staged diffs. No internet, no telemetry, and no GitHub Copilot required.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
^3.3.227
commits
feat(index.js): add changelog generation and append to CHANGE_LOG.md
89e7599View on GitHubrefactor(git.js): simplify and generalize staged diff retrieval functions
4c493c1View on GitHubfix(prompts.js): Update prompts.js to add a new feature
28e9893View on GitHubThis commit message accurately and clearly reflects the intent of the changes made in the diff. It summarizes the actual code changes only, includes a scope when identifiable (i.e., prompts), and follows the Conventional Commits format.
f2d67d2View on GitHubdocs(README.md): Update section on supported models and add Roadmap.
525cfb9View on GitHubfeat(prompts): Update prompt function to use Conventional Commits format.
71fa9e7View on GitHubfeat(prompts): Add new prompts to buildPrompt function
8f37f6eView on GitHubfeat(prompts): Add support for multiple filenames and generate a single summary commit message based on the unified diff of all files
27c9bc8View on GitHubfix(auth): handle token expiration properly during refresh
754cc42View on GitHubfeat(llm): improve commit generation experience by adding readline interface for user input
36a0f91View on GitHub