@johnowennixon/diffdash 1.0.1 → 1.0.3

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
@@ -85,7 +85,7 @@ diffdash --disable-push
85
85
  diffdash --no-verify
86
86
 
87
87
  # Display commit messages generated by all models
88
- diffdash --compare
88
+ diffdash --llm-compare
89
89
 
90
90
  # Use the fallback LLM model
91
91
  diffdash --llm-fallback
@@ -129,7 +129,7 @@ All command-line arguments are optional.
129
129
 
130
130
  ## Files containing secrets
131
131
 
132
- Files containing secrets should probably not be in Git. But if they are, you can add an entry to a `.gitattributes` file with value `-diff` to prevent them being viewable by a Git diff. This will prevent DiffDash from sending any contents to the LLM. For example:
132
+ Files containing secrets should not be in Git. But if they are, you can add an entry to a `.gitattributes` file with value `-diff` to prevent them being viewable by a Git diff. This will prevent DiffDash from sending any contents to the LLM. For example:
133
133
 
134
134
  ```text
135
135
  # This is file .gitattributes
package/out/diffdash.cjs CHANGED
@@ -21323,7 +21323,7 @@ function llm_list_models({ llm_model_details }) {
21323
21323
  // package.json
21324
21324
  var package_default = {
21325
21325
  name: "@johnowennixon/diffdash",
21326
- version: "1.0.1",
21326
+ version: "1.0.3",
21327
21327
  description: "A command-line tool to generate Git commit messages using AI",
21328
21328
  license: "0BSD",
21329
21329
  author: "John Owen Nixon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johnowennixon/diffdash",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A command-line tool to generate Git commit messages using AI",
5
5
  "license": "0BSD",
6
6
  "author": "John Owen Nixon",