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 07d9273411..cc55ce1f7b 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 @@ -30,7 +30,7 @@ exports[` > Border Color Logic > uses yellow border when too exports[` > Confirmation Handling > shows confirmation dialog for first confirming tool only 1`] = ` "╭──────────────────────────────────────────────────────────────────────────────╮ -│ ? first-confirm A tool for testing ← │ +│ ? first-confirm A tool for testing ← │ │ │ │ Test result │ │ Confirm first tool │ @@ -52,15 +52,15 @@ exports[` > Golden Snapshots > renders empty tool calls arra exports[` > Golden Snapshots > renders header when scrolled 1`] = ` "╭──────────────────────────────────────────────────────────────────────────────╮ -│MockTool[1]: ✓ tool-1 - Description 1. This is a long description that will │ -│need to be truncated if the terminal width is small. (medium) │ -│ │ -│MockTool[2]: ✓ tool-2 - Description 2 (medium) │ -╰──────────────────────────────────────────────────────────────────────────────╯ - - - -" +│ ✓ tool-1 Description 1. This is a long description that will need to be tr… │ +│──────────────────────────────────────────────────────────────────────────────│ +│ line5 │ █ +│ │ █ +│ ✓ tool-2 Description 2 │ █ +│ │ █ +│ line1 │ █ +│ line2 │ █ +╰──────────────────────────────────────────────────────────────────────────────╯ █" `; exports[` > Golden Snapshots > renders mixed tool calls including shell command 1`] = ` @@ -111,22 +111,9 @@ exports[` > Golden Snapshots > renders single successful too ╰──────────────────────────────────────────────────────────────────────────────╯" `; -exports[` > Golden Snapshots > renders sticky header when scrolled 1`] = ` -"│ │ -│ ✓ tool-2 Description 2 │ -│ Description 2 │ -│ Description 2 │ -│ Description 2 │ ▄ -│ Description 2 │ █ -│ │ █ -│ │ █ -│ Test result │ █ -╰──────────────────────────────────────────────────────────────────────────────╯ █" -`; - exports[` > Golden Snapshots > renders tool call awaiting confirmation 1`] = ` "╭──────────────────────────────────────────────────────────────────────────────╮ -│ ? confirmation-tool This tool needs confirmation ← │ +│ ? confirmation-tool This tool needs confirmation ← │ │ │ │ Test result │ │ Are you sure you want to proceed? │ @@ -179,10 +166,7 @@ exports[` > Golden Snapshots > renders with limited terminal exports[` > Golden Snapshots > renders with narrow terminal width 1`] = ` "╭──────────────────────────────────────╮ -│ ✓ very-long-tool-name-that-might-wr │ -│ ap This is a very long │ -│ description that might cause │ -│ wrapping issues │ +│ ✓ very-long-tool-name-that-might-w… │ │ │ │ Test result │ ╰──────────────────────────────────────╯"