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
"
`;