From 37fa797c9df756f9690b1270ea8c1b7c8855abb8 Mon Sep 17 00:00:00 2001 From: Keith Guerin Date: Mon, 23 Feb 2026 22:37:26 -0800 Subject: [PATCH] test(cli): update snapshots for thinking UI overhaul --- .../ui/components/__snapshots__/Composer.test.tsx.snap | 2 +- .../__snapshots__/HistoryItemDisplay.test.tsx.snap | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/cli/src/ui/components/__snapshots__/Composer.test.tsx.snap b/packages/cli/src/ui/components/__snapshots__/Composer.test.tsx.snap index 452663d719..2ba370a000 100644 --- a/packages/cli/src/ui/components/__snapshots__/Composer.test.tsx.snap +++ b/packages/cli/src/ui/components/__snapshots__/Composer.test.tsx.snap @@ -35,7 +35,7 @@ Footer `; exports[`Composer > Snapshots > matches snapshot while streaming 1`] = ` -" LoadingIndicator: Thinking +" LoadingIndicator: Thinking ShortcutsHint ──────────────────────────────────────────────────────────────────────────────────────────────────── ApprovalModeIndicator InputPrompt: Type your message or @path/to/file diff --git a/packages/cli/src/ui/components/__snapshots__/HistoryItemDisplay.test.tsx.snap b/packages/cli/src/ui/components/__snapshots__/HistoryItemDisplay.test.tsx.snap index b1784dc10d..51cae26b01 100644 --- a/packages/cli/src/ui/components/__snapshots__/HistoryItemDisplay.test.tsx.snap +++ b/packages/cli/src/ui/components/__snapshots__/HistoryItemDisplay.test.tsx.snap @@ -112,7 +112,7 @@ exports[` > gemini items (alternateBuffer=false) > should exports[` > gemini items (alternateBuffer=false) > should render a truncated gemini item 1`] = ` "✦ Example code block: - ... 42 hidden (Ctrl+O) ... + ... first 42 lines hidden ... 43 Line 43 44 Line 44 45 Line 45 @@ -126,7 +126,7 @@ exports[` > gemini items (alternateBuffer=false) > should exports[` > gemini items (alternateBuffer=false) > should render a truncated gemini_content item 1`] = ` " Example code block: - ... 42 hidden (Ctrl+O) ... + ... first 42 lines hidden ... 43 Line 43 44 Line 44 45 Line 45 @@ -389,7 +389,8 @@ exports[` > renders InfoMessage for "info" type with multi `; exports[` > thinking items > renders thinking item when enabled 1`] = ` -" Thinking - │ test +" │ + │ Thinking + │ test " `;