docs(changeset): add Pi 0.80.8+ ModelRuntime auth migration changeset (slice 6)

Relay issue-62-authstorage leg 7 (final): add patch changeset for the
session-daemon crash fix on Pi >=0.80.8, re-verify green, confirm goal
criteria and cleanup. Relay complete.
This commit is contained in:
Federico Jaramillo Martinez
2026-07-17 22:01:36 +02:00
parent dafc2d9c5f
commit f539193c3d
3 changed files with 75 additions and 38 deletions
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Fix the session daemon crashing on startup with Pi (`@earendil-works/pi-coding-agent`) 0.80.8 and newer. Pi removed the `AuthStorage` API in 0.80.8, which caused Pi Web to fail at module load. Authentication, OAuth login, API-key save/logout, provider listing, and the Anthropic subscription warning now run on Pi's new `ModelRuntime` credential APIs. Pi Web now requires Pi `>=0.80.8`.