feat(FN-5046): complete Step 6 — document terminal-only mode and add changeset

Fusion-Task-Id: FN-5046
Fusion-Task-Lineage: 0748fd0e-70c3-44b9-a599-0df5255d4d60
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 07:26:48 -07:00
committed by gsxdsm
parent d955c7d279
commit f9c0b9399c
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": minor
---
Add `failureNotificationMode: "terminal-only"` to suppress ntfy/webhook
failure notifications while the engine is still auto-retrying a task.
Notifications fire only once the task is paused or escalated to in-review.
Default behavior (`sticky-only`) is unchanged.