Commit 45ca03c
Drop AgentView .in early-exit that skipped HITL resolutions
The incomingUsers early-exit predated the HITL resolution block from
origin/main. After the merge they coexisted, but the `continue` on
chunks with no user messages also bypassed the assistant-role HITL
resolution processing — tool calls awaiting approval/denial/output
silently stayed pending forever.
The inner loops already filter by role, so the perf optimisation wasn't
load-bearing. Remove the early-exit entirely.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d111868 commit 45ca03c
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | 598 | | |
604 | 599 | | |
605 | 600 | | |
| |||
0 commit comments