From 516716fa9313a7fc01569be3f35728b895ab3ec0 Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 10 Sep 2026 17:55:19 +0200 Subject: [PATCH] hive-agent: add speech-bubble icon to assistant text output rows --- hive-agent/src/stream_enrich.rs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hive-agent/src/stream_enrich.rs b/hive-agent/src/stream_enrich.rs index 9f972a97..67c921c3 100644 --- a/hive-agent/src/stream_enrich.rs +++ b/hive-agent/src/stream_enrich.rs @@ -230,10 +230,13 @@ fn classify_assistant_content(content: &[Value], ctx: &mut ClassifyCtx) -> Vec