fix(dashboard): distinguish CLI update vs install banner

When the local fn/fusion CLI is on the wrong version, the banner now
says "Update the Fusion CLI", shows installed vs expected versions,
and labels the action "Update with npm" instead of the generic install
copy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-05-05 15:09:53 -07:00
parent dc8863dbcb
commit e6fd593c40
2 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@fusion/dashboard": patch
---
Differentiate the CLI banner between missing-install and version-mismatch states: when the installed `fn`/`fusion` CLI is out of date, show "Update the Fusion CLI" with current vs target versions and an "Update with npm" button instead of the generic install copy.