pi-agent-browser-native 0.2.28 → 0.2.29

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.29 - 2026-05-18
4
+
5
+ ### Changed
6
+ - Updated the local pi package baseline to `@earendil-works/*` `0.75.3`, including the Node.js `>=22.19.0` runtime floor and refreshed npm lockfile.
7
+ - Removed tracked CueLoop runtime state from the repository and ignored local `.cueloop/` artifacts.
8
+
9
+
3
10
  ## 0.2.28 - 2026-05-15
4
11
 
5
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-agent-browser-native",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "pi extension that exposes agent-browser as a native tool for browser automation",
5
5
  "type": "module",
6
6
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/fitchmultz/pi-agent-browser-native/issues"
25
25
  },
26
26
  "engines": {
27
- "node": ">=20.6.0"
27
+ "node": ">=22.19.0"
28
28
  },
29
29
  "bin": {
30
30
  "pi-agent-browser-doctor": "scripts/doctor.mjs"
@@ -51,11 +51,13 @@
51
51
  "peerDependencies": {
52
52
  "@earendil-works/pi-ai": "*",
53
53
  "@earendil-works/pi-coding-agent": "*",
54
+ "@earendil-works/pi-tui": "*",
54
55
  "typebox": "*"
55
56
  },
56
57
  "devDependencies": {
57
- "@earendil-works/pi-ai": "^0.74.0",
58
- "@earendil-works/pi-coding-agent": "^0.74.0",
58
+ "@earendil-works/pi-ai": "^0.75.3",
59
+ "@earendil-works/pi-coding-agent": "^0.75.3",
60
+ "@earendil-works/pi-tui": "^0.75.3",
59
61
  "@types/node": "^25.6.1",
60
62
  "tsx": "^4.21.0",
61
63
  "typebox": "^1.1.38",