File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,20 +582,18 @@ const outputMessage = failedCalls > 0
582582## Implementation Order
583583
584584```
585- TODAY (P0 — Stop The Bleeding):
586- #1 processor-max-retries → 3.5hr freeze prevention
587- #2 bedrock-undefined-message → Bedrock overflow detection
588- #3 task-swallows-errors → Silent failure surfacing
589-
590- THIS SPRINT (P0 — Root Cause):
591- #4 bedrock-context-cap → Context limit accuracy
585+ ✅ DONE — Commit 3670d5f2f:
586+ #1 processor-max-retries → MAX_RETRIES=10 cap
587+ #2 bedrock-undefined-message → "undefined" → responseBody fallback
588+ #3 task-swallows-errors → result.info.error check in task.ts
589+ #8 tool-error-metadata → metadata preserved on tool-error
590+
591+ ✅ DONE — Commit a8758b20f:
592+ #4 bedrock-context-cap → 200K cap in both fromModelsDevModel + config path
593+ #7 retry-catch-all → isRetryable:false + 4xx status guards
594+ #9 batch-error-details → per-tool error details in output
595+
596+ REMAINING (P0 — Needs deep plumbing):
592597 #5 subagent-timeout → Hung subagent prevention
593598 #6 permission-abort → Permission hang prevention
594-
595- NEXT SPRINT (P1 — Robustness):
596- #7 retry-catch-all → Smart retry classification
597- #8 tool-error-metadata → Error UI metadata
598-
599- BACKLOG (P2):
600- #9 batch-error-details → Batch error visibility
601599```
You can’t perform that action at this time.
0 commit comments