@aefree/pi-unity 0.15.0 → 0.15.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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project follows semantic versioning for public package releases.
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 0.15.1 - 2026-09-20
11
+
12
+ ### Changed
13
+
14
+ - Update direct Pi development dependencies to 0.86.1 and require that exact local coding-agent version for the active guidance eval. Peer compatibility remains host-managed.
15
+
10
16
  ## 0.15.0 - 2026-09-15
11
17
 
12
18
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aefree/pi-unity",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts"
@@ -53,9 +53,9 @@
53
53
  "devDependencies": {
54
54
  "@aefree/pi-file-discovery": "^0.1.0",
55
55
  "@aefree/pi-project-artifacts": "^0.1.0",
56
- "@earendil-works/pi-ai": "0.85.1",
57
- "@earendil-works/pi-coding-agent": "0.85.1",
58
- "@earendil-works/pi-tui": "0.85.1",
56
+ "@earendil-works/pi-ai": "0.86.1",
57
+ "@earendil-works/pi-coding-agent": "0.86.1",
58
+ "@earendil-works/pi-tui": "0.86.1",
59
59
  "@types/node": "22.20.2",
60
60
  "tsx": "^4.23.5",
61
61
  "typescript": "7.0.2"