Skip to content

Commit c339634

Browse files
committed
Only show working... for subagent if expanded
1 parent 735fe30 commit c339634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/blocks/agent-branch-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const AgentBranchItem = memo((props: AgentBranchItemProps) => {
287287
{onToggle && <CollapseButton onClick={onToggle} />}
288288
</box>
289289
)}
290-
{isStreaming && (
290+
{isStreaming && isExpanded && (
291291
<text
292292
style={{
293293
paddingLeft: 1,

0 commit comments

Comments
 (0)