feat(FN-3730): add action-gate reload endpoint for reloadable exempt-tools

Adds a reload endpoint for action-gate exempt tools in the engine, wiring it into the dashboard routing system and documenting the behavior in the agents guide, with a changeset for the published CLI package.

Fusion-Task-Id: FN-3730
This commit is contained in:
Fusion
2026-05-08 07:36:48 -07:00
committed by gsxdsm
parent c06bb5f749
commit 7a11a32aa0
3 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix dashboard rendering blank on first load by skipping the service worker `controllerchange` reload on initial install — the page only reloads now when an existing controller is genuinely being replaced.