agent-orchestrator/packages
Prateek b3ff9f113f fix: address bugbot review comments — fingerprint clearing and retriggerAfter for bugbot
Fixes two bugs flagged in PR review:

1. **Fingerprint not cleared on state transition**
   The comment on line 621 promised to clear `automatedCommentFingerprints`
   on state transition (so bot comments retrigger after agent pushes a fix),
   but the actual delete call was missing. Added
   `automatedCommentFingerprints.delete(session.id)` unconditionally on any
   state transition.

2. **bugbot retriggerAfter had no code path**
   `checkPersistentConditions` routes via `statusToEventType` → no SessionStatus
   maps to `automated_review.found`, so `retriggerAfter` for `bugbot-comments`
   was configured but could never fire. Fixed by adding time-based retrigger
   logic directly in `checkAutomatedComments`: when the fingerprint is unchanged
   but `retriggerAfter` has elapsed since the last attempt, re-trigger the
   reaction.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 18:57:14 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
core fix: address bugbot review comments — fingerprint clearing and retriggerAfter for bugbot 2026-02-20 18:57:14 +05:30
integration-tests feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
plugins feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
web feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30