From 4580ca9c84ee5d10213aa952650bf02650eeac5b Mon Sep 17 00:00:00 2001 From: Andy Charlwood Date: Sun, 15 Feb 2026 21:02:52 +0000 Subject: [PATCH] feat: US-014 - Update to Gemini 3 Flash Preview with model indicator --- src/components/ChatWidget.tsx | 30 +++++++++++++++++++++--------- src/lib/gemini.ts | 28 +++++++++++++++++----------- 2 files changed, 38 insertions(+), 20 deletions(-) diff --git a/src/components/ChatWidget.tsx b/src/components/ChatWidget.tsx index 041a543..0fbe21e 100644 --- a/src/components/ChatWidget.tsx +++ b/src/components/ChatWidget.tsx @@ -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, }} > - - Ask about Andy - +
+ + Ask about Andy + + + {GEMINI_DISPLAY_NAME} + +