diff --git a/crates/agent/src/thread_history.rs b/crates/agent/src/thread_history.rs index a4102f28d6..bb0d8ca3fd 100644 --- a/crates/agent/src/thread_history.rs +++ b/crates/agent/src/thread_history.rs @@ -431,17 +431,6 @@ impl RenderOnce for PastThread { .end_slot( h_flex() .gap_1p5() - .child( - Label::new("Thread") - .color(Color::Muted) - .size(LabelSize::XSmall), - ) - .child( - div() - .size(px(3.)) - .rounded_full() - .bg(cx.theme().colors().text_disabled), - ) .child( Label::new(thread_timestamp) .color(Color::Muted) @@ -533,17 +522,6 @@ impl RenderOnce for PastContext { .end_slot( h_flex() .gap_1p5() - .child( - Label::new("Prompt Editor") - .color(Color::Muted) - .size(LabelSize::XSmall), - ) - .child( - div() - .size(px(3.)) - .rounded_full() - .bg(cx.theme().colors().text_disabled), - ) .child( Label::new(context_timestamp) .color(Color::Muted)