From 94f43272406b8b9f2100bbf9e317f167ba051b97 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 17:52:38 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d5e8b0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# git-commit-message-generator + +A CLI tool that generates git commit messages and conventional changelogs from staged/unstaged diffs using local LLMs (Ollama, llama.cpp). Privacy-first operation with no external API calls. \ No newline at end of file