You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(ag-ui): assert durable subagent card for research delegation
subagent-card.spec.ts asserted the research delegation renders a durable
<chat-tool-call-card> with text "research". Since #692 made subagent cards
durable (full transcript), a delegation tool call becomes its own subagent
group in chat-tool-calls (a call whose id is in agent.subagents()), so the
template renders <chat-subagent-card> *instead* of a tool-call card — the
asserted element never exists. ag-ui e2e is non-required, so this merged red
and stayed red, identically on partial-markdown 0.4.2 and 0.5.1 (i.e. not the
markdown bump).
Assert the durable <chat-subagent-card> (binds subagent().name verbatim) and
refresh the stale comments that described the card as active-only/filtered.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments