@vavasilva/git-commit-ai 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,8 @@
10
10
 
11
11
  **Backends:** Ollama (local), llama.cpp (local), OpenAI (GPT models), Anthropic (Claude), Groq (Llama)
12
12
 
13
+ ![Demo](demo.gif)
14
+
13
15
  ## Quick Start
14
16
 
15
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vavasilva/git-commit-ai",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "CLI that generates Conventional Commit messages from staged git changes using LLMs (OpenAI, Anthropic, Ollama, Groq).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",