chore(release): v0.9.1

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-29 16:29:16 -07:00
parent 291e156b26
commit ba2cb2bd72
41 changed files with 255 additions and 68 deletions

View File

@@ -1,13 +0,0 @@
---
"@runfusion/fusion": patch
"runfusion.ai": patch
"@fusion/core": patch
"@fusion/dashboard": patch
"@fusion/desktop": patch
"@fusion/engine": patch
"@fusion/mobile": patch
"@fusion/pi-claude-cli": patch
"@fusion/plugin-sdk": patch
---
Fix Active Agents panel cards stuck on "Connecting...". Agents in `active` state without a current task have no SSE stream to attach to, so the card now shows "Idle — no task assigned" instead of misleading network copy ("Starting..." for the brief `running`-without-task race). Also fixes a related SSE multiplexer bug: subscribers joining a channel that had already opened never received an `onOpen` callback (EventSource only emits `open` once), leaving them at `isConnected: false` indefinitely whenever another component was already streaming the same task's logs.

View File

@@ -1,13 +0,0 @@
---
"@runfusion/fusion": patch
"runfusion.ai": patch
"@fusion/core": patch
"@fusion/dashboard": patch
"@fusion/desktop": patch
"@fusion/engine": patch
"@fusion/mobile": patch
"@fusion/pi-claude-cli": patch
"@fusion/plugin-sdk": patch
---
Hoist the Active Agents panel above the main agent list and surface next-heartbeat ETA. Live work now sits directly under the stats bar so it's visible without scrolling past the full agent directory. Each card footer renders "Next heartbeat in Xs" (or "Heartbeat overdue Xs" when the deadline has passed) using the agent's `runtimeConfig.heartbeatIntervalMs` with the dashboard default fallback. Cards also gain pointer cursor + hover/focus styling so the existing click-to-select behavior is discoverable.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Clear stale agent task links when tasks become terminal or are deleted, fall back to no-task heartbeat instruction runs for archived assignments, and expand built-in agent prompts with explicit heartbeat guidance.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Keep experimental dashboard views off by default until project settings enable them.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Improve the Git Manager diff layout and file path truncation in dashboard modals.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Insights view: two-pane layout (categories sidebar + scrollable detail), full insight content (no line-clamp), larger action icons, fixed scrolling, and mobile single-row header.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Show tasks created from planning sessions on the board immediately without requiring a refresh.