commit-whisper 1.0.5 → 1.0.6

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5237,7 +5237,7 @@ function formatShowConfig(config, secrets) {
5237
5237
  }
5238
5238
 
5239
5239
  // src/cli/version.ts
5240
- var VERSION = "1.0.5";
5240
+ var VERSION = "1.0.6";
5241
5241
 
5242
5242
  // src/cli/cli.ts
5243
5243
  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.5",
3
+ "version": "1.0.6",
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",