@aefree/pi-unity 0.15.1 → 0.15.2
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 +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project follows semantic versioning for public package releases.
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## 0.15.2 - 2026-09-21
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Migrate the native registration test harness from removed `shouldStopAfterTurn` to Pi 0.87.0's `finishTurn` hook.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Update Pi development dependencies, lockfile, and the guidance skill eval baseline to 0.87.0.
|
|
19
|
+
|
|
10
20
|
## 0.15.1 - 2026-09-20
|
|
11
21
|
|
|
12
22
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aefree/pi-unity",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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.
|
|
57
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
58
|
-
"@earendil-works/pi-tui": "0.
|
|
56
|
+
"@earendil-works/pi-ai": "0.87.0",
|
|
57
|
+
"@earendil-works/pi-coding-agent": "0.87.0",
|
|
58
|
+
"@earendil-works/pi-tui": "0.87.0",
|
|
59
59
|
"@types/node": "22.20.2",
|
|
60
60
|
"tsx": "^4.23.5",
|
|
61
61
|
"typescript": "7.0.2"
|