chore(FN-4152): import dependency content from fusion/fn-4315
Squash-imported the working tree of fusion/fn-4315 as a single commit so this branch carries the dep's content without inheriting its individual commits. If the dep is later squash-merged to main, this commit's patch-id should match the merge and rebase cleanly. Fusion-Task-Id: FN-4152 Fusion-Task-Lineage: cd26df5e-92f2-431a-950e-84a0fd81bd1f
This commit is contained in:
5
.changeset/FN-4412-bulk-list-actions.md
Normal file
5
.changeset/FN-4412-bulk-list-actions.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Add bulk Pause / Unpause / Archive actions to List View bulk edit.
|
||||
5
.changeset/fix-fn-4417-contamination-false-positive.md
Normal file
5
.changeset/fix-fn-4417-contamination-false-positive.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix false-positive `BranchCrossContaminationError` that paused tasks at start when their stored `baseCommitSha` was stale relative to `main`. The contamination check now computes a fresh merge-base against the integration branch instead of reusing the diff-stable `task.baseCommitSha`, and `captureBaseCommitSha` only preserves a prior stored value when resuming an existing worktree. Diff-base stability across resumed sessions is preserved (FN-4309/FN-4383 behavior unchanged).
|
||||
5
.changeset/fn-4315-audit-recovery-pipeline.md
Normal file
5
.changeset/fn-4315-audit-recovery-pipeline.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Auto-recover from post-merge audit blocks: programmatic per-file survival check, optional AI-driven restoration pass, and an audit-bounce loop (parallel to conflict bounces) before parking a task as failed. Governed by the new `mergeAuditAutoRecovery` setting (default: `ai-assisted`).
|
||||
5
.changeset/fn-4328-remove-newtaskmodal-ai-buttons.md
Normal file
5
.changeset/fn-4328-remove-newtaskmodal-ai-buttons.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Removed the Plan and Subtask AI-assist buttons from the New Task dialog. The same Plan/Subtask actions remain available in the board quick-entry box and other inline create surfaces.
|
||||
5
.changeset/fn-4397-branch-conflict-loop.md
Normal file
5
.changeset/fn-4397-branch-conflict-loop.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix FN-4068 branch-conflict recovery hot loop: prevent repeated "Branch conflict recovery required" emissions and add a per-task tripwire that hard-pauses after 5 repeats.
|
||||
8
.changeset/fn-4415-revert-todo-aging-indicator.md
Normal file
8
.changeset/fn-4415-revert-todo-aging-indicator.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Revert the Todo aging indicator added in FN-4316. The Todo column header
|
||||
no longer shows age-bucket counts or supports click-to-filter by bucket;
|
||||
Column rendering and pagination behave exactly as they did before
|
||||
FN-4316.
|
||||
Reference in New Issue
Block a user