fix(FN-954): allow retry for stuck-killed tasks across all interfaces

- Extend retry API to accept 'stuck-killed' as a retryable status alongside 'failed'
- Update CLI retry command to recognize stuck-killed tasks
- Update pi extension retry tool to handle stuck-killed tasks
- Show retry button in TaskDetailModal for stuck-killed task status
- Add changeset for patch release
This commit is contained in:
gsxdsm
2026-04-05 00:41:15 -07:00
parent fa379f3091
commit 7f3a100202
7 changed files with 61 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix retry command to work for stuck-killed tasks in addition to failed tasks.