Skip to content

Commit 7ab88fe

Browse files
Sync public snapshot from freebuff-private
Source: CodebuffAI/freebuff-private@4dd16acf47b2e9001835f2a1b365f95272b2b038
1 parent 68ad469 commit 7ab88fe

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

cli/src/chat.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,13 @@ export const Chat = ({
15451545
backgroundColor: 'transparent',
15461546
}}
15471547
>
1548+
{showOnboardingPrompts && !reviewMode && !isFreebuffSessionOver && (
1549+
<SuggestedPrompts
1550+
onSelect={handleSelectSuggestedPrompt}
1551+
maxItems={isCompactHeight ? 2 : undefined}
1552+
/>
1553+
)}
1554+
15481555
{shouldShowStatusLine && (
15491556
<StatusBar
15501557
timerStartTime={timerStartTime}
@@ -1588,12 +1595,6 @@ export const Chat = ({
15881595
/>
15891596
) : (
15901597
<>
1591-
{showOnboardingPrompts && (
1592-
<SuggestedPrompts
1593-
onSelect={handleSelectSuggestedPrompt}
1594-
maxItems={isCompactHeight ? 2 : undefined}
1595-
/>
1596-
)}
15971598
<ChatInputBar
15981599
inputValue={inputValue}
15991600
cursorPosition={cursorPosition}

0 commit comments

Comments
 (0)