fix: Task tool subagent spawn and isolated block labels (#561)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-15 22:39:53 -08:00
committed by GitHub
parent 4e8f99497c
commit c9fab34706
5 changed files with 50 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ export const SubagentGroupDisplay = memo(() => {
const hasErrors = agents.some((a) => a.status === "error");
return (
<Box flexDirection="column">
<Box flexDirection="column" marginTop={1}>
<GroupHeader
count={agents.length}
allCompleted={allCompleted}