chore(release): add changeset for self-healing fix + heartbeat/Stop-button changes
Covers the self-healing merge-recovery fix and the bundled heartbeat/AgentDetailView changes so the next release PR picks them up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
.changeset/heartbeat-and-merge-recovery.md
Normal file
9
.changeset/heartbeat-and-merge-recovery.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user