From e107da911a4377b4de5a3f2cb025672aab41992c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 7 Mar 2026 20:42:40 -0500 Subject: [PATCH] Collapse tool call cards by default; expand on click MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Completed (success) tool calls render collapsed: label + inline summary + ▶ chevron - Clicking the header expands the detail section (result list, links, tags) - Error cards start expanded so failures are immediately visible - Running (in-progress) cards start expanded for live progress visibility - Auto-collapses when a running call completes during streaming - Suggested-tag pills remain accessible in both collapsed (via separate row) and expanded states Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/ToolCallCard.vue | 663 ++++++++++++----------- 1 file changed, 341 insertions(+), 322 deletions(-) diff --git a/frontend/src/components/ToolCallCard.vue b/frontend/src/components/ToolCallCard.vue index 940ecad..c4230f8 100644 --- a/frontend/src/components/ToolCallCard.vue +++ b/frontend/src/components/ToolCallCard.vue @@ -1,5 +1,5 @@