feat(FN-2394): add Fusion reinstall flow for Pi extensions

- Add dashboard route and server handling to reinstall the Fusion Pi extension
- Introduce a client API helper and wire a reinstall action into PiExtensionsManager
- Polish action spacing and document Fusion reinstall recovery in the CLI README
- Expand route, API, and component tests including reinstall refresh stability coverage
- Add a changeset for @runfusion/fusion patch release
This commit is contained in:
Fusion
2026-04-24 05:05:11 -07:00
committed by gsxdsm
parent aa25b8c4a2
commit 606de5d14c
11 changed files with 244 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Add a Settings → Pi Extensions action to reinstall Fusion's bundled Pi package (`npm:@runfusion/fusion`) for self-serve recovery when local Pi skill installs are stale or broken.