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 +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](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.
|
|
5236
|
+
var VERSION = "1.0.4";
|
|
5237
5237
|
|
|
5238
5238
|
// src/cli/cli.ts
|
|
5239
5239
|
var PROVIDERS3 = ["ollama", "openai", "gemini", "anthropic", "openai-compatible"];
|