fuzzi-cli 0.1.3 → 0.1.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/assets/changelog.json +18 -8
- package/dist/index.js +292 -320
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/assets/changelog.json
CHANGED
|
@@ -1,21 +1,31 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"date": "2026-06-19",
|
|
5
|
+
"highlights": [
|
|
6
|
+
"Three-column home screen with design system panels",
|
|
7
|
+
"Assisted browser login — paste API key after authorize",
|
|
8
|
+
"Teal diamond shield mascot and tip bar",
|
|
9
|
+
"Full-width terminal layout"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
2
12
|
{
|
|
3
13
|
"version": "0.1.3",
|
|
4
14
|
"date": "2026-06-19",
|
|
5
15
|
"highlights": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
16
|
+
"Confidence gating added",
|
|
17
|
+
"Netflix-style false positives fixed",
|
|
18
|
+
"CLI shell interface",
|
|
19
|
+
"Production app: fuzzi-ten.vercel.app"
|
|
10
20
|
]
|
|
11
21
|
},
|
|
12
22
|
{
|
|
13
23
|
"version": "0.1.2",
|
|
14
24
|
"date": "2026-06-19",
|
|
15
25
|
"highlights": [
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
26
|
+
"Three-column home screen layout",
|
|
27
|
+
"Teal diamond shield mascot",
|
|
28
|
+
"Design system panels and tip bar",
|
|
19
29
|
"Full terminal width layout"
|
|
20
30
|
]
|
|
21
31
|
},
|
|
@@ -23,7 +33,7 @@
|
|
|
23
33
|
"version": "0.1.1",
|
|
24
34
|
"date": "2026-06-19",
|
|
25
35
|
"highlights": [
|
|
26
|
-
"Browser sign-in on startup
|
|
36
|
+
"Browser sign-in on startup",
|
|
27
37
|
"Full-width terminal UI and command palette",
|
|
28
38
|
"/auth-key fallback for API key paste",
|
|
29
39
|
"Frontend integration docs for web team"
|