diff --git a/desktop/src/features/agents/ui/AgentSessionTranscriptList.tsx b/desktop/src/features/agents/ui/AgentSessionTranscriptList.tsx index 886d3a047..e8402fee6 100644 --- a/desktop/src/features/agents/ui/AgentSessionTranscriptList.tsx +++ b/desktop/src/features/agents/ui/AgentSessionTranscriptList.tsx @@ -294,24 +294,24 @@ function PromptUserMessage({ return (
{text}
+{text}
{contextOpen && context ? (+{section.body.trim() || "No metadata."}@@ -558,11 +558,12 @@ function MessageItem({ return ( ) : null}{isAssistant ? ( @@ -617,7 +618,7 @@ function MessageItem({) : ( <> - {text}
+{text}
> )} @@ -641,7 +642,7 @@ function ThoughtItem({ className={cn( "group not-prose w-full rounded-md border border-transparent", compact ? "px-0" : "px-1", - isActive && "border-primary/15 bg-primary/[0.03] px-2 py-1", + isActive && "border-primary/15 bg-primary/3 px-2 py-1", )} data-testid="transcript-thought-item" > @@ -710,7 +711,7 @@ function MetadataItem({ {section.title} - +{section.body.trim() || "No metadata."}