agent-orchestrator/packages/web/src
Prateek 8005585fac fix: address bugbot review comments — escalated guard for bugbot retrigger + response body fix
Two bugs identified in re-review:

1. Missing escalated guard in checkAutomatedComments retrigger path
   The same-fingerprint + timer-elapsed retrigger path in checkAutomated-
   Comments was missing the tracker.escalated check that was already added
   to checkPersistentConditions. Without it, every retrigger cycle after
   escalateAfter elapses would re-escalate to human notification spam.

2. Response body consumed twice in merge error handler (Dashboard.tsx)
   res.json() and res.text() both consume the response body stream. If
   res.json() throws (e.g., proxy 502 returns HTML), the catch block's
   res.text() also fails, so users always saw "Unknown error". Fixed by
   reading res.text() first, then parsing with JSON.parse.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 18:57:14 +05:30
..
__tests__ feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
app fix: infer projectId from session prefix to fix merge button 2026-02-20 18:57:14 +05:30
components fix: address bugbot review comments — escalated guard for bugbot retrigger + response body fix 2026-02-20 18:57:14 +05:30
lib feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
vitest.d.ts fix: upgrade @testing-library/jest-dom for vitest 2.x type compatibility (#21) 2026-02-14 14:40:44 +05:30