feat: US-014 - Update to Gemini 3 Flash Preview with model indicator

This commit is contained in:
2026-02-15 21:02:52 +00:00
parent 667e5b249c
commit 4580ca9c84
2 changed files with 38 additions and 20 deletions
+21 -9
View File
@@ -6,6 +6,7 @@ import {
isGeminiAvailable,
parseItemIds,
stripItemsSuffix,
GEMINI_DISPLAY_NAME,
type ChatMessage,
} from '@/lib/gemini'
import { buildPaletteData } from '@/lib/search'
@@ -246,15 +247,26 @@ export function ChatWidget({ onAction }: ChatWidgetProps) {
flexShrink: 0,
}}
>
<span
style={{
fontSize: '14px',
fontWeight: 600,
color: 'var(--text-primary)',
}}
>
Ask about Andy
</span>
<div style={{ display: 'flex', alignItems: 'baseline', gap: '8px' }}>
<span
style={{
fontSize: '14px',
fontWeight: 600,
color: 'var(--text-primary)',
}}
>
Ask about Andy
</span>
<span
className="font-geist"
style={{
fontSize: '11px',
color: 'var(--text-tertiary)',
}}
>
{GEMINI_DISPLAY_NAME}
</span>
</div>
<button
onClick={() => setIsOpen(false)}
aria-label="Close chat"