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.
@@ -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
- "Production app URL: fuzzi-ten.vercel.app",
7
- "API default: fuzzi-ten.vercel.app/api",
8
- "Claude Code-style two-column home screen",
9
- "Browser sign-in on startup"
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
- "Claude Code-style two-column home screen",
17
- "Thicker pixel shield mascot",
18
- "Contextual tips and what's-new panels",
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 — press Enter to open app.fuzzi.dev",
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"