From 44720b7b30d78a5a0f9dc3e66ce90b4faf608241 Mon Sep 17 00:00:00 2001 From: dtoro Date: Tue, 14 Jul 2026 12:38:02 +0200 Subject: [PATCH] group activity entries by plan step + remove inline renderers from chat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tool calls in Activity timeline are now tagged with current plan step - Indented entries show which step they belong to - Step tracking via update_plan_step(status=running) tool calls - Removed inline tool renderers from chat (health summary, fleet snapshot, etc.) — all tool output now visible only in sidebar Activity timeline --- VERSION | 2 +- .../lib/components/ActivityTimeline.svelte | 2 +- web/src/lib/stores/activity.ts | 21 +++++++++++++++++-- web/src/pages/Chat.svelte | 15 ------------- 4 files changed, 21 insertions(+), 19 deletions(-) diff --git a/VERSION b/VERSION index c2c0004..449d7e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.5 +0.3.6 diff --git a/web/src/lib/components/ActivityTimeline.svelte b/web/src/lib/components/ActivityTimeline.svelte index 0dabeed..bdb2f2c 100644 --- a/web/src/lib/components/ActivityTimeline.svelte +++ b/web/src/lib/components/ActivityTimeline.svelte @@ -59,7 +59,7 @@ {/if}