diff --git a/frontend/src/lib/components/AgentStreamDisplay.svelte b/frontend/src/lib/components/AgentStreamDisplay.svelte index 768c951698..cf1646a614 100644 --- a/frontend/src/lib/components/AgentStreamDisplay.svelte +++ b/frontend/src/lib/components/AgentStreamDisplay.svelte @@ -73,11 +73,11 @@ }) - -
+ +
{#each stream.entries as entry, index (entry.kind === 'tool' ? entry.callId : index)} {#if entry.kind === 'tool'} {:else} -
+
{/if} {/each} {#if stream.current !== ''} -
+
@@ -104,7 +104,7 @@ {:else if stream.reasoning !== ''} -
+
{/if}