@demigodmode/pi-web-agent 1.5.0 → 1.5.1

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 (3) hide show
  1. package/CHANGELOG.md +27 -14
  2. package/README.md +1 -1
  3. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -7,13 +7,26 @@ The format is intentionally simple and release-oriented.
7
7
  ## Unreleased
8
8
 
9
9
  ### Added
10
- - Nothing yet.
10
+ - None.
11
11
 
12
12
  ### Changed
13
- - Nothing yet.
13
+ - None.
14
14
 
15
15
  ### Fixed
16
- - Nothing yet.
16
+ - None.
17
+
18
+ ### Breaking
19
+ - None.
20
+
21
+ ## [1.5.1] - 2026-06-22
22
+ ### Added
23
+ - None.
24
+
25
+ ### Changed
26
+ - None.
27
+
28
+ ### Fixed
29
+ - Updated vulnerable dependency paths reported by `npm audit`, including Vitest, Pi dev tooling, `undici`, `ws`, `protobufjs`, `postcss`, and the Vite docs toolchain override.
17
30
 
18
31
  ### Breaking
19
32
  - None.
@@ -30,7 +43,7 @@ The format is intentionally simple and release-oriented.
30
43
  - Backend config validation and fallback metadata now understand Brave, including clear `fallbackFrom: 'brave'` reporting when DuckDuckGo fallback is used.
31
44
 
32
45
  ### Fixed
33
- - Nothing yet.
46
+ - None.
34
47
 
35
48
  ### Breaking
36
49
  - None.
@@ -44,7 +57,7 @@ The format is intentionally simple and release-oriented.
44
57
  - Partial research caveats are now more specific when evidence is community-only, low-diversity, blocked, or cautionary.
45
58
 
46
59
  ### Fixed
47
- - Nothing yet.
60
+ - None.
48
61
 
49
62
  ### Breaking
50
63
  - None.
@@ -71,10 +84,10 @@ The format is intentionally simple and release-oriented.
71
84
  - Added interactive URL prompts for SearXNG and Firecrawl backend setup.
72
85
 
73
86
  ### Changed
74
- - Nothing yet.
87
+ - None.
75
88
 
76
89
  ### Fixed
77
- - Nothing yet.
90
+ - None.
78
91
 
79
92
  ### Breaking
80
93
  - None.
@@ -89,7 +102,7 @@ The format is intentionally simple and release-oriented.
89
102
  - `/web-agent show` and `/web-agent doctor` now report configured backend fallback/options.
90
103
 
91
104
  ### Fixed
92
- - Nothing yet.
105
+ - None.
93
106
 
94
107
  ### Breaking
95
108
  - None.
@@ -102,7 +115,7 @@ The format is intentionally simple and release-oriented.
102
115
  - Migrated Pi package imports to `@earendil-works/*` after the upstream Pi scope move.
103
116
 
104
117
  ### Fixed
105
- - Nothing yet.
118
+ - None.
106
119
 
107
120
  ### Breaking
108
121
  - This release requires Pi 0.74+. Users on older Pi versions should stay on `@demigodmode/pi-web-agent@0.6.x` until they update Pi.
@@ -126,10 +139,10 @@ The format is intentionally simple and release-oriented.
126
139
 
127
140
  ## [0.5.1] - 2026-05-04
128
141
  ### Added
129
- - Nothing yet.
142
+ - None.
130
143
 
131
144
  ### Changed
132
- - Nothing yet.
145
+ - None.
133
146
 
134
147
  ### Fixed
135
148
  - Fixed the Windows browser-resolution test so it is deterministic on Linux CI.
@@ -174,7 +187,7 @@ The format is intentionally simple and release-oriented.
174
187
 
175
188
  ## [0.3.1] - 2026-04-22
176
189
  ### Added
177
- - Nothing yet.
190
+ - None.
178
191
 
179
192
  ### Changed
180
193
  - Stopped self-upgrading npm inside the publish workflow before install and publish steps.
@@ -222,10 +235,10 @@ The format is intentionally simple and release-oriented.
222
235
 
223
236
  ## [0.2.1] - 2026-04-20
224
237
  ### Added
225
- - Nothing yet.
238
+ - None.
226
239
 
227
240
  ### Changed
228
- - Nothing yet.
241
+ - None.
229
242
 
230
243
  ### Fixed
231
244
  - Added the missing npm `--provenance` flag to the publish workflow so Trusted Publishing can exchange the GitHub OIDC token correctly.
package/README.md CHANGED
@@ -119,7 +119,7 @@ Backend settings can be changed from:
119
119
 
120
120
  Choose **Backends** to edit search/fetch providers, fallback behavior, and SearXNG or Firecrawl base URLs interactively. Brave Search uses `PI_WEB_AGENT_BRAVE_API_KEY`. Firecrawl API keys should also stay in environment variables rather than being written into config files.
121
121
 
122
- If you already run SearXNG or Firecrawl, see the self-hosted backend guide:
122
+ For the full backend config shape, including SearXNG, Brave, Firecrawl, and fallback behavior, see:
123
123
 
124
124
  - https://demigodmode.github.io/pi-web-agent/self-hosted-backends
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demigodmode/pi-web-agent",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Pi package for reliable web access with explicit search, fetch, and headless boundaries.",
5
5
  "type": "module",
6
6
  "main": "./dist/extension.js",
@@ -61,17 +61,20 @@
61
61
  "typebox": "^1.1.37"
62
62
  },
63
63
  "devDependencies": {
64
- "@earendil-works/pi-coding-agent": "^0.74.0",
65
- "@earendil-works/pi-tui": "^0.74.0",
64
+ "@earendil-works/pi-coding-agent": "^0.79.10",
65
+ "@earendil-works/pi-tui": "^0.79.10",
66
66
  "@types/jsdom": "^21.1.7",
67
67
  "@types/node": "^24.0.0",
68
- "@vitest/coverage-v8": "^3.2.4",
68
+ "@vitest/coverage-v8": "^3.2.6",
69
69
  "typescript": "^5.8.0",
70
70
  "vitepress": "^1.6.4",
71
- "vitest": "^3.2.0"
71
+ "vitest": "^3.2.6"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@earendil-works/pi-coding-agent": "*",
75
75
  "@earendil-works/pi-tui": "*"
76
+ },
77
+ "overrides": {
78
+ "vite": "6.4.3"
76
79
  }
77
80
  }