chore(KB-331): update changeset files to @gsxdsm/fusion

This commit is contained in:
gsxdsm
2026-03-31 16:09:09 -07:00
parent 73c285977c
commit 53a16771fe
152 changed files with 152 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
---
"@dustinbyrne/kb": minor
"@gsxdsm/fusion": minor
---
Handle transient connection failures without marking tasks as failed. When the AI agent encounters network errors like "upstream connect error", "ECONNREFUSED", or "connection reset", tasks are now moved back to "todo" for automatic retry instead of being marked as failed. This prevents temporary infrastructure issues from incorrectly failing tasks.