chore(release): v0.8.4

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-29 08:59:49 -07:00
parent 0576b10658
commit 262c6d8a4a
41 changed files with 165 additions and 52 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Verify and tighten npm bundle fixes from FN-2897: keep the vendored pi-claude-cli runtime on Node built-in child_process APIs (no cross-spawn dependency), confirm Claude CLI extension resolution works from the published dist/pi-claude-cli layout, and ensure prepack strips private @fusion/* workspace devDependencies from the published package manifest.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix SQLite project and central database validation so dashboard and desktop startup handle corrupt database files more predictably.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix the TUI startup update notice to use the same version source and cached update gating as the rest of the CLI.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix the dashboard version label so it matches the version used by update notifications.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix Windows path handling for worktree detection and home-directory lookups.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix worktree creation failure when git reports "already checked out at" instead of "already used by worktree at"

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix OAuth login redirect for non-localhost dashboard access (Tailscale, Cloudflare, LAN).