pi-agent-browser-native 0.2.14 → 0.2.15
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/CHANGELOG.md +11 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.2.15 - 2026-05-01
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- updated the local pi development baseline to `@mariozechner/pi-coding-agent` / `@mariozechner/pi-ai` `0.72.0`
|
|
9
|
+
- regenerated the npm lockfile against the current stable dependency graph
|
|
10
|
+
- aligned pi core peer metadata with current pi package guidance
|
|
11
|
+
|
|
12
|
+
### Compatibility
|
|
13
|
+
- reviewed the pi `0.72.0` changelog and confirmed the extension does not use the removed `compat.reasoningEffortMap` provider shape or depend on the new Xiaomi MiMo/provider base URL behavior
|
|
14
|
+
|
|
15
|
+
|
|
5
16
|
## 0.2.14 - 2026-05-01
|
|
6
17
|
|
|
7
18
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-agent-browser-native",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
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)",
|
|
@@ -49,11 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@mariozechner/pi-ai": "*",
|
|
52
|
-
"typebox": "*"
|
|
52
|
+
"typebox": "*",
|
|
53
|
+
"@mariozechner/pi-coding-agent": "*"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@mariozechner/pi-ai": "^0.
|
|
56
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
56
|
+
"@mariozechner/pi-ai": "^0.72.0",
|
|
57
|
+
"@mariozechner/pi-coding-agent": "^0.72.0",
|
|
57
58
|
"@types/node": "^25.6.0",
|
|
58
59
|
"tsx": "^4.21.0",
|
|
59
60
|
"typebox": "^1.1.37",
|