This merge adds a complete plugin management system to Fusion: a new `fn plugin` CLI command for installing/removing plugins, a plugin loader in core, a plugin runner in engine, and dashboard routes for plugin management UI, along with a plugin management guide in docs. It also documents task evalua Fusion-Task-Id: FN-3565
8 lines
283 B
Markdown
8 lines
283 B
Markdown
---
|
|
"@runfusion/fusion": minor
|
|
---
|
|
|
|
Add plugin-managed binary installation/setup lifecycle. Plugins can now declare
|
|
setup hooks (check, install, uninstall) for required binaries/runtimes. Dashboard
|
|
API and CLI commands support checking setup status and triggering install/uninstall.
|