From 9893da300f5801e1e108190e943e99876c0d101d Mon Sep 17 00:00:00 2001 From: jacob314 Date: Thu, 13 Nov 2025 15:10:07 -0800 Subject: [PATCH] Fix snapshot. --- .../__snapshots__/ToolGroupMessage.test.tsx.snap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cli/src/ui/components/messages/__snapshots__/ToolGroupMessage.test.tsx.snap b/packages/cli/src/ui/components/messages/__snapshots__/ToolGroupMessage.test.tsx.snap index f25ca5e5de..fcef60a05b 100644 --- a/packages/cli/src/ui/components/messages/__snapshots__/ToolGroupMessage.test.tsx.snap +++ b/packages/cli/src/ui/components/messages/__snapshots__/ToolGroupMessage.test.tsx.snap @@ -77,12 +77,12 @@ exports[` > Golden Snapshots > renders tool call with output `; exports[` > Golden Snapshots > renders two tool groups where only the last line of the previous group is visible 1`] = ` -"╰──────────────────────────────────────────────────────────────────────────────╯ -╭──────────────────────────────────────────────────────────────────────────────╮ -│ ✓ tool-2 Description 2 │ -│ │ ▄ -│ line1 │ █ -╰──────────────────────────────────────────────────────────────────────────────╯ █" +"MockTool[1]: ✓ tool-1 - Description 1 (medium) +╰──────────────────────────────────────────────────────────────────────────────╯ +MockTool[2]: ✓ tool-2 - Description 2 (medium) +╰──────────────────────────────────────────────────────────────────────────────╯ + +" `; exports[` > Golden Snapshots > renders when not focused 1`] = `