From 5cb176cc65e3d155221e70ac64bc09b859c8d53c Mon Sep 17 00:00:00 2001 From: hugocasa Date: Fri, 11 Sep 2026 18:11:35 +0200 Subject: [PATCH] fix: pad the agent run below its badges as well as above Co-Authored-By: Claude Opus 5 (1M context) --- frontend/src/lib/components/AgentResultDisplay.svelte | 2 +- frontend/src/lib/components/AgentStreamDisplay.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/AgentResultDisplay.svelte b/frontend/src/lib/components/AgentResultDisplay.svelte index 3f989ede64..f207b4ca9d 100644 --- a/frontend/src/lib/components/AgentResultDisplay.svelte +++ b/frontend/src/lib/components/AgentResultDisplay.svelte @@ -34,7 +34,7 @@ }) -
+
{#if trace.length > 0} diff --git a/frontend/src/lib/components/AgentStreamDisplay.svelte b/frontend/src/lib/components/AgentStreamDisplay.svelte index 24a62761d6..3384d216ba 100644 --- a/frontend/src/lib/components/AgentStreamDisplay.svelte +++ b/frontend/src/lib/components/AgentStreamDisplay.svelte @@ -39,7 +39,7 @@ nothing moves when the result lands. The text at the bottom is deliberately unlabelled: a turn that goes on to call a tool was narration, and only the end of the run settles which this one is. --> -
+
{#each stream.entries as entry, index (entry.kind === 'tool' ? entry.callId : index)} {#if entry.kind === 'tool'}