From 11ee0b44397ff5f58a11a105883c07a39d49bfa3 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 1 Dec 2025 18:59:04 -0500 Subject: Fix timeline partial to include cost/token metrics and controls The HTMX-refreshed AgentEventsPartial was missing: - Cost/token summary in header - Live toggle button - Autoscroll toggle button - Comment form Now matches the full page renderUnifiedTimeline output. --- Omni/Jr/Web/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Jr/Web/Types.hs') diff --git a/Omni/Jr/Web/Types.hs b/Omni/Jr/Web/Types.hs index c463bfa..025f3a6 100644 --- a/Omni/Jr/Web/Types.hs +++ b/Omni/Jr/Web/Types.hs @@ -287,7 +287,7 @@ newtype TaskListPartial = TaskListPartial [TaskCore.Task] data TaskMetricsPartial = TaskMetricsPartial Text [TaskCore.TaskActivity] (Maybe TaskCore.RetryContext) UTCTime -data AgentEventsPartial = AgentEventsPartial [TaskCore.StoredEvent] Bool UTCTime +data AgentEventsPartial = AgentEventsPartial Text [TaskCore.StoredEvent] Bool UTCTime data DescriptionViewPartial = DescriptionViewPartial Text Text Bool -- cgit v1.2.3