commit-whisper 1.0.3 → 1.0.4

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.
package/README.md CHANGED
@@ -8,6 +8,8 @@
8
8
  [![License](https://img.shields.io/github/license/georgiosnikitas/commit-whisper)](LICENSE)
9
9
  [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=flat&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/georgiosnikitas)
10
10
 
11
+ > 🕵️ **I know what you did last commit.**
12
+
11
13
  Deterministic git history analysis with a grounded, bring-your-own-key AI narrative — a
12
14
  terminal-native CLI.
13
15
 
package/dist/index.js CHANGED
@@ -5233,7 +5233,7 @@ function formatShowConfig(config, secrets) {
5233
5233
  }
5234
5234
 
5235
5235
  // src/cli/version.ts
5236
- var VERSION = "1.0.3";
5236
+ var VERSION = "1.0.4";
5237
5237
 
5238
5238
  // src/cli/cli.ts
5239
5239
  var PROVIDERS3 = ["ollama", "openai", "gemini", "anthropic", "openai-compatible"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commit-whisper",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Deterministic git history analysis with a grounded, BYOK AI narrative — terminal-native CLI.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",