fix(FN-2586): restore 0.4.x release line and agent log stability

This commit is contained in:
gsxdsm
2026-04-26 12:22:06 -07:00
parent 479a7c9539
commit 03e82383d4
24 changed files with 56 additions and 69 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Add project-scoped remote access controls across dashboard Settings, dashboard TUI, and `fn serve`, including provider switching, tunnel lifecycle controls, remote URL/QR generation, and hybrid persistent/short-lived auth token flows.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Add full Remote controls to the dashboard TUI Settings view, including provider activation, tunnel lifecycle actions, persistent and short-lived token flows, and terminal-friendly URL/QR hand-off behavior.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Harden Remote Access tunnel lifecycle behavior: tunnel startup remains manual-only, restart restore now uses explicit safety gates (`rememberLastRunning`, prior-running markers, valid provider config, runtime prerequisites), and `/api/remote/status` now reports machine-readable restore diagnostics with consistent dashboard/headless parity.

View File

@@ -1,6 +0,0 @@
---
"@fusion/cli": patch
"@fusion/engine": patch
---
Simplify remote access configuration: remove the separate top-level enable toggle. Remote access is now active when a provider (Tailscale or Cloudflare) is selected and configured.

View File

@@ -1,5 +1,5 @@
---
"@runfusion/fusion": minor
"@runfusion/fusion": patch
---
Add Cloudflare Quick Tunnel mode for Remote Access so Fusion can auto-provision an ephemeral `trycloudflare.com` URL via `cloudflared tunnel --url` without requiring a pre-created named tunnel or tunnel token.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Release Remote Access as a user-facing Fusion CLI capability: configure provider switching and tunnel lifecycle controls from dashboard/TUI settings, generate tokenized remote login URL/QR handoff flows, and run the same remote-management surface in headless `fn serve` mode.