@bacnh85/pi-subagent 0.19.2 → 0.19.3

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 +4 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.19.3 (2026-09-05)
4
+
5
+ - Widen Pi SDK peer range to `>=0.80.0 <0.86.0` and bump devDep to `^0.85.0` for Pi 0.85.0 compatibility (no breaking changes; peer cap widening only).
6
+
3
7
  ## 0.19.2 (2026-09-02)
4
8
 
5
9
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bacnh85/pi-subagent",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "In-process subagents for Pi with isolated SDK sessions, parallel and chained delegation, and inspectable threads.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -62,20 +62,21 @@
62
62
  "check": "npm run typecheck && npm test"
63
63
  },
64
64
  "peerDependencies": {
65
- "@earendil-works/pi-agent-core": ">=0.80.0 <0.85.0",
66
- "@earendil-works/pi-ai": ">=0.80.0 <0.85.0",
67
- "@earendil-works/pi-coding-agent": ">=0.80.0 <0.85.0",
68
- "@earendil-works/pi-tui": ">=0.80.0 <0.85.0",
65
+ "@earendil-works/pi-agent-core": ">=0.80.0 <0.86.0",
66
+ "@earendil-works/pi-ai": ">=0.80.0 <0.86.0",
67
+ "@earendil-works/pi-coding-agent": ">=0.80.0 <0.86.0",
68
+ "@earendil-works/pi-tui": ">=0.80.0 <0.86.0",
69
69
  "typebox": ">=1.3.0 <2.0.0"
70
70
  },
71
71
  "dependencies": {
72
72
  "@bacnh85/pi-config-panel": "^0.1.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@earendil-works/pi-agent-core": "^0.84.0",
76
- "@earendil-works/pi-ai": "^0.84.0",
77
- "@earendil-works/pi-coding-agent": "^0.84.3",
78
- "@earendil-works/pi-tui": "^0.84.3",
75
+ "@earendil-works/pi-agent-core": "^0.85.0",
76
+ "@earendil-works/pi-ai": "^0.85.0",
77
+ "@earendil-works/pi-coding-agent": "^0.85.0",
78
+ "@earendil-works/pi-server": "^0.85.0",
79
+ "@earendil-works/pi-tui": "^0.85.0",
79
80
  "@types/mocha": "^10.0.10",
80
81
  "@types/node": "^20.19.43",
81
82
  "mocha": "^11.8.0",