llm-diff 0.1.0
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/LICENSE +189 -0
- package/README.md +186 -0
- package/bin/llm-diff.js +8 -0
- package/package.json +56 -0
- package/src/cli.js +192 -0
- package/src/diff.js +148 -0
- package/src/index.js +10 -0
- package/src/providers.js +356 -0
- package/src/render.js +350 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work.
|
|
38
|
+
|
|
39
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
40
|
+
form, that is based on (or derived from) the Work and for which the
|
|
41
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
42
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
43
|
+
of this License, Derivative Works shall not include works that remain
|
|
44
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
45
|
+
the Work and Derivative Works thereof.
|
|
46
|
+
|
|
47
|
+
"Contribution" shall mean any work of authorship, including
|
|
48
|
+
the original version of the Work and any modifications or additions
|
|
49
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
50
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
51
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
52
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
53
|
+
means any form of electronic, verbal, or written communication sent
|
|
54
|
+
to the Licensor or its representatives, including but not limited to
|
|
55
|
+
communication on electronic mailing lists, source code control systems,
|
|
56
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
57
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
58
|
+
excluding communication that is conspicuously marked or otherwise
|
|
59
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
60
|
+
|
|
61
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
62
|
+
on behalf of whom a Contribution has been received by the Licensor and
|
|
63
|
+
subsequently incorporated within the Work.
|
|
64
|
+
|
|
65
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
66
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
67
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
68
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
69
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
70
|
+
Work and such Derivative Works in Source or Object form.
|
|
71
|
+
|
|
72
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
73
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
74
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
75
|
+
(except as stated in this section) patent license to make, have made,
|
|
76
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
77
|
+
where such license applies only to those patent claims licensable
|
|
78
|
+
by such Contributor that are necessarily infringed by their
|
|
79
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
80
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
81
|
+
institute patent litigation against any entity (including a
|
|
82
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
83
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
84
|
+
or contributory patent infringement, then any patent licenses
|
|
85
|
+
granted to You under this License for that Work shall terminate
|
|
86
|
+
as of the date such litigation is filed.
|
|
87
|
+
|
|
88
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
89
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
90
|
+
modifications, and in Source or Object form, provided that You
|
|
91
|
+
meet the following conditions:
|
|
92
|
+
|
|
93
|
+
(a) You must give any other recipients of the Work or
|
|
94
|
+
Derivative Works a copy of this License; and
|
|
95
|
+
|
|
96
|
+
(b) You must cause any modified files to carry prominent notices
|
|
97
|
+
stating that You changed the files; and
|
|
98
|
+
|
|
99
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
100
|
+
that You distribute, all copyright, patent, trademark, and
|
|
101
|
+
attribution notices from the Source form of the Work,
|
|
102
|
+
excluding those notices that do not pertain to any part of
|
|
103
|
+
the Derivative Works; and
|
|
104
|
+
|
|
105
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
106
|
+
distribution, then any Derivative Works that You distribute must
|
|
107
|
+
include a readable copy of the attribution notices contained
|
|
108
|
+
within such NOTICE file, excluding any notices that do not
|
|
109
|
+
pertain to any part of the Derivative Works, in at least one
|
|
110
|
+
of the following places: within a NOTICE text file distributed
|
|
111
|
+
as part of the Derivative Works; within the Source form or
|
|
112
|
+
documentation, if provided along with the Derivative Works; or,
|
|
113
|
+
within a display generated by the Derivative Works, if and
|
|
114
|
+
wherever such third-party notices normally appear. The contents
|
|
115
|
+
of the NOTICE file are for informational purposes only and
|
|
116
|
+
do not modify the License. You may add Your own attribution
|
|
117
|
+
notices within Derivative Works that You distribute, alongside
|
|
118
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
119
|
+
that such additional attribution notices cannot be construed
|
|
120
|
+
as modifying the License.
|
|
121
|
+
|
|
122
|
+
You may add Your own copyright statement to Your modifications and
|
|
123
|
+
may provide additional or different license terms and conditions
|
|
124
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
125
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
126
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
127
|
+
the conditions stated in this License.
|
|
128
|
+
|
|
129
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
130
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
131
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
132
|
+
this License, without any additional terms or conditions.
|
|
133
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
134
|
+
the terms of any separate license agreement you may have executed
|
|
135
|
+
with Licensor regarding such Contributions.
|
|
136
|
+
|
|
137
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
138
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
139
|
+
except as required for reasonable and customary use in describing the
|
|
140
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
141
|
+
|
|
142
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
143
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
144
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
145
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
146
|
+
implied, including, without limitation, any warranties or conditions
|
|
147
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
148
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
149
|
+
appropriateness of using or redistributing the Work and assume any
|
|
150
|
+
risks associated with Your exercise of permissions under this License.
|
|
151
|
+
|
|
152
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
153
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
154
|
+
unless required by applicable law (such as deliberate and grossly
|
|
155
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
156
|
+
liable to You for damages, including any direct, indirect, special,
|
|
157
|
+
incidental, or consequential damages of any character arising as a
|
|
158
|
+
result of this License or out of the use or inability to use the
|
|
159
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
160
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
161
|
+
other commercial damages or losses), even if such Contributor
|
|
162
|
+
has been advised of the possibility of such damages.
|
|
163
|
+
|
|
164
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
165
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
166
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
167
|
+
or other liability obligations and/or rights consistent with this
|
|
168
|
+
License. However, in accepting such obligations, You may act only
|
|
169
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
170
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
171
|
+
defend, and hold each Contributor harmless for any liability
|
|
172
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
173
|
+
of your accepting any such warranty or additional liability.
|
|
174
|
+
|
|
175
|
+
END OF TERMS AND CONDITIONS
|
|
176
|
+
|
|
177
|
+
Copyright 2026 KeyGate Contributors
|
|
178
|
+
|
|
179
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
180
|
+
you may not use this file except in compliance with the License.
|
|
181
|
+
You may obtain a copy of the License at
|
|
182
|
+
|
|
183
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
184
|
+
|
|
185
|
+
Unless required by applicable law or agreed to in writing, software
|
|
186
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
187
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
188
|
+
See the License for the specific language governing permissions and
|
|
189
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
# llm-diff
|
|
2
|
+
|
|
3
|
+
> `git diff` for prompts — compare LLM responses across prompt versions.
|
|
4
|
+
|
|
5
|
+
See token count changes, cost deltas, latency shifts, and a word-level diff of the actual responses — all in one command.
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
$ llm-diff --a prompt-v1.txt --b prompt-v2.txt --model gpt-4o
|
|
9
|
+
|
|
10
|
+
llm-diff openai/gpt-4o
|
|
11
|
+
|
|
12
|
+
tokens 312 → 289 -23 (-7.4%)
|
|
13
|
+
input 45 → 38 -7
|
|
14
|
+
output 267 → 251 -16
|
|
15
|
+
cost $0.0041 → $0.0038 -$0.0003 (-7.3%)
|
|
16
|
+
latency 1247ms → 943ms -304ms (-24.4%)
|
|
17
|
+
|
|
18
|
+
--- prompt A
|
|
19
|
+
+++ prompt B
|
|
20
|
+
The capital of France is Paris.
|
|
21
|
+
- It is located in northern France and has a population of approximately 2.1 million people...
|
|
22
|
+
+ Paris, with ~2.1M residents, serves as the political and cultural center of the country...
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Install
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npx llm-diff --a v1.txt --b v2.txt --model gpt-4o
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Or install globally:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm install -g llm-diff
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Quick start
|
|
38
|
+
|
|
39
|
+
**1. Set your API key:**
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
export OPENAI_API_KEY=sk-...
|
|
43
|
+
# or ANTHROPIC_API_KEY, GEMINI_API_KEY, GROQ_API_KEY
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
**2. Compare two prompts:**
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
# From files
|
|
50
|
+
llm-diff --a prompt-v1.txt --b prompt-v2.txt --model gpt-4o
|
|
51
|
+
|
|
52
|
+
# Inline text
|
|
53
|
+
llm-diff -a "Explain gravity" -b "Explain gravity to a child" -m gpt-4o-mini
|
|
54
|
+
|
|
55
|
+
# With a system prompt
|
|
56
|
+
llm-diff -a v1.txt -b v2.txt -m claude-sonnet-4-20250514 -s "You are a science teacher"
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Usage
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
llm-diff --a <prompt-a> --b <prompt-b> --model <model> [options]
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Required
|
|
66
|
+
|
|
67
|
+
| Flag | Description |
|
|
68
|
+
|------|-------------|
|
|
69
|
+
| `--a, -a` | Prompt A — file path or inline text |
|
|
70
|
+
| `--b, -b` | Prompt B — file path or inline text |
|
|
71
|
+
| `--model, -m` | Model name (see `--models` for full list) |
|
|
72
|
+
|
|
73
|
+
### Options
|
|
74
|
+
|
|
75
|
+
| Flag | Default | Description |
|
|
76
|
+
|------|---------|-------------|
|
|
77
|
+
| `--system, -s` | — | System prompt (file path or inline text) |
|
|
78
|
+
| `--base-url` | — | Gateway URL override |
|
|
79
|
+
| `--max-tokens` | 2048 | Max output tokens |
|
|
80
|
+
| `--temperature` | 0 | Temperature |
|
|
81
|
+
| `--timeout` | 60000 | Request timeout (ms) |
|
|
82
|
+
| `--runs` | 1 | Number of runs to average |
|
|
83
|
+
| `--no-parallel` | — | Run A and B sequentially |
|
|
84
|
+
| `--full` | — | Show full inline diff with highlighting |
|
|
85
|
+
| `--json` | — | JSON output for scripting |
|
|
86
|
+
| `--models` | — | List supported models and pricing |
|
|
87
|
+
|
|
88
|
+
## Supported models
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
llm-diff --models
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### OpenAI
|
|
95
|
+
`gpt-4o` · `gpt-4o-mini` · `gpt-4-turbo` · `gpt-4` · `gpt-3.5-turbo` · `o1` · `o1-mini` · `o3-mini`
|
|
96
|
+
|
|
97
|
+
### Anthropic
|
|
98
|
+
`claude-sonnet-4-20250514` · `claude-3.5-haiku` · `claude-3-opus`
|
|
99
|
+
|
|
100
|
+
### Google Gemini
|
|
101
|
+
`gemini-2.0-flash` · `gemini-2.0-pro` · `gemini-1.5-pro` · `gemini-1.5-flash`
|
|
102
|
+
|
|
103
|
+
### Groq
|
|
104
|
+
`llama-3.3-70b` · `llama-3.1-8b` · `mixtral-8x7b` · `gemma2-9b`
|
|
105
|
+
|
|
106
|
+
## Gateway support
|
|
107
|
+
|
|
108
|
+
Route requests through a custom gateway (like llmhut) instead of direct API calls:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
llm-diff --a v1.txt --b v2.txt -m gpt-4o --base-url https://gw.llmhut.com/v1
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
The gateway handles authentication, so you don't need provider-specific API keys.
|
|
115
|
+
|
|
116
|
+
## Averaging multiple runs
|
|
117
|
+
|
|
118
|
+
LLM responses vary. Average over multiple runs for stable comparisons:
|
|
119
|
+
|
|
120
|
+
```bash
|
|
121
|
+
llm-diff --a v1.txt --b v2.txt -m gpt-4o --runs 5
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Token counts and latency are averaged. The last response text is used for the diff.
|
|
125
|
+
|
|
126
|
+
## JSON output
|
|
127
|
+
|
|
128
|
+
Pipe results into scripts, dashboards, or eval pipelines:
|
|
129
|
+
|
|
130
|
+
```bash
|
|
131
|
+
llm-diff --a v1.txt --b v2.txt -m gpt-4o --json | jq '.delta'
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
```json
|
|
135
|
+
{
|
|
136
|
+
"totalTokens": -23,
|
|
137
|
+
"totalTokensPct": -7.4,
|
|
138
|
+
"cost": -0.000293,
|
|
139
|
+
"costPct": -7.1,
|
|
140
|
+
"latencyMs": -304,
|
|
141
|
+
"latencyPct": -24.4
|
|
142
|
+
}
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
## Programmatic API
|
|
146
|
+
|
|
147
|
+
```javascript
|
|
148
|
+
import { runDiff } from 'llm-diff';
|
|
149
|
+
|
|
150
|
+
const result = await runDiff({
|
|
151
|
+
promptA: 'Explain gravity',
|
|
152
|
+
promptB: 'Explain gravity to a 5-year-old',
|
|
153
|
+
model: 'gpt-4o-mini',
|
|
154
|
+
});
|
|
155
|
+
|
|
156
|
+
console.log(result.delta);
|
|
157
|
+
// { totalTokens: -23, cost: -0.0003, latencyMs: -304, ... }
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
## How it works
|
|
161
|
+
|
|
162
|
+
1. Resolves the model → provider, pricing, API adapter
|
|
163
|
+
2. Reads prompt A and B (from files or inline text)
|
|
164
|
+
3. Fires both requests in parallel (or sequentially with `--no-parallel`)
|
|
165
|
+
4. Collects token counts, cost, and latency from the API response
|
|
166
|
+
5. Computes deltas between A and B
|
|
167
|
+
6. Generates a word-level diff of the response text
|
|
168
|
+
7. Renders everything to the terminal (or as JSON)
|
|
169
|
+
|
|
170
|
+
## Roadmap
|
|
171
|
+
|
|
172
|
+
- [ ] Eval pipeline integration (named experiments, history)
|
|
173
|
+
- [ ] Side-by-side diff view
|
|
174
|
+
- [ ] Cross-model comparison (`--model-a gpt-4o --model-b claude-sonnet-4-20250514`)
|
|
175
|
+
- [ ] HTML report output
|
|
176
|
+
- [ ] Config file support (`.llm-diff.json`)
|
|
177
|
+
- [ ] Streaming output with live token counting
|
|
178
|
+
- [ ] Mistral, Cohere, Together AI providers
|
|
179
|
+
|
|
180
|
+
## Contributing
|
|
181
|
+
|
|
182
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
183
|
+
|
|
184
|
+
## License
|
|
185
|
+
|
|
186
|
+
Apache License — see [LICENSE](LICENSE).
|
package/bin/llm-diff.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "llm-diff",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Compare LLM responses across prompt versions — see token, cost, and latency deltas in a familiar diff format.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"llm",
|
|
7
|
+
"diff",
|
|
8
|
+
"prompt-engineering",
|
|
9
|
+
"openai",
|
|
10
|
+
"anthropic",
|
|
11
|
+
"gemini",
|
|
12
|
+
"groq",
|
|
13
|
+
"cli",
|
|
14
|
+
"developer-tools",
|
|
15
|
+
"ai",
|
|
16
|
+
"token-count",
|
|
17
|
+
"cost-comparison"
|
|
18
|
+
],
|
|
19
|
+
"homepage": "https://github.com/llmhut/llm-diff",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/llmhut/llm-diff/issues"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/llmhut/llm-diff.git"
|
|
26
|
+
},
|
|
27
|
+
"license": "MIT",
|
|
28
|
+
"author": "llmhut",
|
|
29
|
+
"type": "module",
|
|
30
|
+
"main": "src/index.js",
|
|
31
|
+
"bin": {
|
|
32
|
+
"llm-diff": "bin/llm-diff.js"
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"bin/",
|
|
36
|
+
"src/",
|
|
37
|
+
"LICENSE",
|
|
38
|
+
"README.md"
|
|
39
|
+
],
|
|
40
|
+
"scripts": {
|
|
41
|
+
"test": "vitest run",
|
|
42
|
+
"test:watch": "vitest",
|
|
43
|
+
"lint": "eslint src/ bin/ test/",
|
|
44
|
+
"llm-diff": "node bin/llm-diff.js"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"diff": "^7.0.0",
|
|
48
|
+
"tiktoken": "^1.0.18"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"vitest": "^3.0.0"
|
|
52
|
+
},
|
|
53
|
+
"engines": {
|
|
54
|
+
"node": ">=18"
|
|
55
|
+
}
|
|
56
|
+
}
|
package/src/cli.js
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI entrypoint — parses args, validates, runs the diff, renders output.
|
|
3
|
+
*
|
|
4
|
+
* Zero dependencies for argument parsing (just process.argv).
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { runDiff } from './diff.js';
|
|
8
|
+
import { render, renderModelList } from './render.js';
|
|
9
|
+
import { listModels } from './providers.js';
|
|
10
|
+
|
|
11
|
+
const VERSION = '0.1.0';
|
|
12
|
+
|
|
13
|
+
const HELP = `
|
|
14
|
+
\x1b[1m\x1b[36mllm-diff\x1b[0m v${VERSION}
|
|
15
|
+
Compare LLM responses across prompt versions.
|
|
16
|
+
|
|
17
|
+
\x1b[1mUsage:\x1b[0m
|
|
18
|
+
llm-diff --a <prompt-a> --b <prompt-b> --model <model>
|
|
19
|
+
|
|
20
|
+
\x1b[1mRequired:\x1b[0m
|
|
21
|
+
--a, -a <file|text> Prompt A (file path or inline text)
|
|
22
|
+
--b, -b <file|text> Prompt B (file path or inline text)
|
|
23
|
+
--model, -m <name> Model to use (run --models to see list)
|
|
24
|
+
|
|
25
|
+
\x1b[1mOptions:\x1b[0m
|
|
26
|
+
--system, -s <file|text> System prompt (shared for both A and B)
|
|
27
|
+
--base-url <url> Gateway URL override (e.g. llmhut gateway)
|
|
28
|
+
--max-tokens <n> Max output tokens (default: 2048)
|
|
29
|
+
--temperature <n> Temperature (default: 0)
|
|
30
|
+
--timeout <ms> Request timeout (default: 60000)
|
|
31
|
+
--runs <n> Number of runs to average (default: 1)
|
|
32
|
+
--no-parallel Run A and B sequentially
|
|
33
|
+
--full Show full inline diff (not just changed lines)
|
|
34
|
+
--json Output as JSON (for scripting / eval pipelines)
|
|
35
|
+
--models List all supported models and pricing
|
|
36
|
+
--version, -v Show version
|
|
37
|
+
--help, -h Show this help
|
|
38
|
+
|
|
39
|
+
\x1b[1mExamples:\x1b[0m
|
|
40
|
+
\x1b[2m# Compare two prompt files\x1b[0m
|
|
41
|
+
llm-diff --a prompt-v1.txt --b prompt-v2.txt --model gpt-4o
|
|
42
|
+
|
|
43
|
+
\x1b[2m# Inline prompts with system message\x1b[0m
|
|
44
|
+
llm-diff -a "Explain gravity simply" -b "Explain gravity to a 5-year-old" -m claude-sonnet-4-20250514 -s "You are a physics teacher"
|
|
45
|
+
|
|
46
|
+
\x1b[2m# Average over 3 runs, JSON output for CI\x1b[0m
|
|
47
|
+
llm-diff --a v1.txt --b v2.txt -m gpt-4o-mini --runs 3 --json
|
|
48
|
+
|
|
49
|
+
\x1b[2m# Route through llmhut gateway\x1b[0m
|
|
50
|
+
llm-diff --a v1.txt --b v2.txt -m gpt-4o --base-url https://gw.llmhut.com/v1
|
|
51
|
+
|
|
52
|
+
\x1b[1mEnvironment variables:\x1b[0m
|
|
53
|
+
OPENAI_API_KEY Required for OpenAI models
|
|
54
|
+
ANTHROPIC_API_KEY Required for Anthropic models
|
|
55
|
+
GEMINI_API_KEY Required for Gemini models
|
|
56
|
+
GROQ_API_KEY Required for Groq models
|
|
57
|
+
|
|
58
|
+
\x1b[2mhttps://github.com/llmhut/llm-diff\x1b[0m
|
|
59
|
+
`;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Parse argv into a flat options object.
|
|
63
|
+
*/
|
|
64
|
+
function parseArgs(argv) {
|
|
65
|
+
const opts = {};
|
|
66
|
+
const args = [...argv];
|
|
67
|
+
|
|
68
|
+
while (args.length) {
|
|
69
|
+
const arg = args.shift();
|
|
70
|
+
|
|
71
|
+
switch (arg) {
|
|
72
|
+
case '--a':
|
|
73
|
+
case '-a':
|
|
74
|
+
opts.promptA = args.shift();
|
|
75
|
+
break;
|
|
76
|
+
case '--b':
|
|
77
|
+
case '-b':
|
|
78
|
+
opts.promptB = args.shift();
|
|
79
|
+
break;
|
|
80
|
+
case '--model':
|
|
81
|
+
case '-m':
|
|
82
|
+
opts.model = args.shift();
|
|
83
|
+
break;
|
|
84
|
+
case '--system':
|
|
85
|
+
case '-s':
|
|
86
|
+
opts.system = args.shift();
|
|
87
|
+
break;
|
|
88
|
+
case '--base-url':
|
|
89
|
+
opts.baseUrl = args.shift();
|
|
90
|
+
break;
|
|
91
|
+
case '--max-tokens':
|
|
92
|
+
opts.maxTokens = parseInt(args.shift(), 10);
|
|
93
|
+
break;
|
|
94
|
+
case '--temperature':
|
|
95
|
+
opts.temperature = parseFloat(args.shift());
|
|
96
|
+
break;
|
|
97
|
+
case '--timeout':
|
|
98
|
+
opts.timeout = parseInt(args.shift(), 10);
|
|
99
|
+
break;
|
|
100
|
+
case '--runs':
|
|
101
|
+
opts.runs = parseInt(args.shift(), 10);
|
|
102
|
+
break;
|
|
103
|
+
case '--no-parallel':
|
|
104
|
+
opts.parallel = false;
|
|
105
|
+
break;
|
|
106
|
+
case '--full':
|
|
107
|
+
opts.full = true;
|
|
108
|
+
break;
|
|
109
|
+
case '--json':
|
|
110
|
+
opts.json = true;
|
|
111
|
+
break;
|
|
112
|
+
case '--models':
|
|
113
|
+
opts.listModels = true;
|
|
114
|
+
break;
|
|
115
|
+
case '--version':
|
|
116
|
+
case '-v':
|
|
117
|
+
opts.version = true;
|
|
118
|
+
break;
|
|
119
|
+
case '--help':
|
|
120
|
+
case '-h':
|
|
121
|
+
opts.help = true;
|
|
122
|
+
break;
|
|
123
|
+
default:
|
|
124
|
+
if (arg.startsWith('-')) {
|
|
125
|
+
throw new Error(`Unknown flag: ${arg}. Run llm-diff --help for usage.`);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
return opts;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Main entry.
|
|
135
|
+
*/
|
|
136
|
+
export async function run(argv) {
|
|
137
|
+
const opts = parseArgs(argv);
|
|
138
|
+
|
|
139
|
+
if (opts.help) {
|
|
140
|
+
console.log(HELP);
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
if (opts.version) {
|
|
145
|
+
console.log(VERSION);
|
|
146
|
+
return;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (opts.listModels) {
|
|
150
|
+
renderModelList(listModels());
|
|
151
|
+
return;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// Validate required args
|
|
155
|
+
if (!opts.promptA) throw new Error('Missing --a (prompt A). Run llm-diff --help for usage.');
|
|
156
|
+
if (!opts.promptB) throw new Error('Missing --b (prompt B). Run llm-diff --help for usage.');
|
|
157
|
+
if (!opts.model) throw new Error('Missing --model. Run llm-diff --help for usage.');
|
|
158
|
+
|
|
159
|
+
// Show spinner for non-JSON mode
|
|
160
|
+
let spinner;
|
|
161
|
+
if (!opts.json) {
|
|
162
|
+
spinner = startSpinner('Running prompts...');
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
try {
|
|
166
|
+
const result = await runDiff(opts);
|
|
167
|
+
if (spinner) spinner.stop();
|
|
168
|
+
render(result, { json: opts.json, full: opts.full });
|
|
169
|
+
} catch (err) {
|
|
170
|
+
if (spinner) spinner.stop();
|
|
171
|
+
throw err;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// ---------------------------------------------------------------------------
|
|
176
|
+
// Minimal terminal spinner
|
|
177
|
+
// ---------------------------------------------------------------------------
|
|
178
|
+
|
|
179
|
+
function startSpinner(msg) {
|
|
180
|
+
const frames = ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'];
|
|
181
|
+
let i = 0;
|
|
182
|
+
const id = setInterval(() => {
|
|
183
|
+
process.stderr.write(`\r\x1b[36m${frames[i++ % frames.length]}\x1b[0m ${msg}`);
|
|
184
|
+
}, 80);
|
|
185
|
+
|
|
186
|
+
return {
|
|
187
|
+
stop() {
|
|
188
|
+
clearInterval(id);
|
|
189
|
+
process.stderr.write('\r\x1b[K'); // clear line
|
|
190
|
+
},
|
|
191
|
+
};
|
|
192
|
+
}
|