chore(release): v0.1.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-22 23:36:22 -07:00
parent 0aa93ac5a3
commit 5a4bc4ac97
6 changed files with 24 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add interactive TUI to `fn dashboard` with five navigable sections: logs, system, utilities, stats, and settings. Keyboard shortcuts enable quick in-terminal navigation (1-5, arrows, q, Ctrl+C, ? for help). The TUI activates automatically in interactive terminal sessions; non-TTY mode (CI, piped output) retains the existing plain-text banner/log behavior.

View File

@@ -1,9 +0,0 @@
---
"@runfusion/fusion": patch
---
Fixes for stuck merges and agent lifecycle controls.
- `findLandedTaskCommit` now falls back to scanning all of `HEAD` when the bounded `baseCommitSha..HEAD` range returns no commits (e.g. baseCommitSha was advanced past the landed merge by a fast-forward rebase). Previously the recovery silently returned null and re-queued the merge even though the commit had already landed.
- Agent heartbeat triggers and registration are gated by `runtimeConfig.enabled` rather than transient agent state, so paused/idle/error agents stay registered for triggers and re-arm immediately on resume without waiting for a state transition.
- `AgentDetailView` exposes a Stop control alongside Pause/Retry for `running` and `error` states so operators can terminate stuck agents without going through the agents list.