@bacnh85/pi-advisor 0.2.0 → 0.2.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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-09-05)
4
+
5
+ - Widen Pi SDK peer range to `>=0.85.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.2.0 (2026-08-31)
4
8
 
5
9
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bacnh85/pi-advisor",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Pi extension for an automatic advisor: a second model that reviews each settled turn and injects severity-routed notes, plus an on-demand consult tool.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -41,15 +41,16 @@
41
41
  "typecheck": "tsc --noEmit"
42
42
  },
43
43
  "peerDependencies": {
44
- "@earendil-works/pi-ai": ">=0.80.8 <0.85.0",
45
- "@earendil-works/pi-coding-agent": ">=0.84.3 <0.85.0",
46
- "@earendil-works/pi-tui": ">=0.80.8 <0.85.0",
44
+ "@earendil-works/pi-ai": ">=0.80.8 <0.86.0",
45
+ "@earendil-works/pi-coding-agent": ">=0.84.3 <0.86.0",
46
+ "@earendil-works/pi-tui": ">=0.80.8 <0.86.0",
47
47
  "typebox": "*"
48
48
  },
49
49
  "devDependencies": {
50
- "@earendil-works/pi-ai": "^0.84.2",
51
- "@earendil-works/pi-coding-agent": "^0.84.3",
52
- "@earendil-works/pi-tui": "^0.84.3",
50
+ "@earendil-works/pi-ai": "^0.85.0",
51
+ "@earendil-works/pi-coding-agent": "^0.85.0",
52
+ "@earendil-works/pi-server": "^0.85.0",
53
+ "@earendil-works/pi-tui": "^0.85.0",
53
54
  "@types/mocha": "^10.0.10",
54
55
  "@types/node": "^20.19.43",
55
56
  "chai": "^4.5.0",