feat(KB-159): complete Step 4 — update frontend for streaming display

This commit is contained in:
gsxdsm
2026-03-30 08:55:07 -07:00
parent 9085e8d867
commit c12428e996
7 changed files with 639 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": 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.