From 45c01c09bc56767a4a77fe055ec9fff105586125 Mon Sep 17 00:00:00 2001
From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com>
Date: Mon, 22 Jun 2026 22:11:45 -0700
Subject: [PATCH] Studio: model picker search placeholder, Search Hub tooltip,
list polish (#6592)
Polish for the in-chat model picker popover and its guided-tour step.
- Search box placeholder reads Search Unsloth models, matching the Unsloth-only listing.
- Search Hub button shows a Search all models tooltip on hover.
- Floating Eject pill moves 1px lower so it sits closer to the bottom edge.
- Results list max height trimmed by 1px (21rem to 335px) from the bottom only.
- Chat guided tour Two tabs step updated to describe Unsloth-scoped search plus Search Hub for all of Hugging Face.
---
.../assistant-ui/model-selector/pickers.tsx | 29 +++++++++++--------
.../frontend/src/features/chat/tour/steps.tsx | 7 +++--
2 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/studio/frontend/src/components/assistant-ui/model-selector/pickers.tsx b/studio/frontend/src/components/assistant-ui/model-selector/pickers.tsx
index 46b6fe2e63..90c1c04106 100644
--- a/studio/frontend/src/components/assistant-ui/model-selector/pickers.tsx
+++ b/studio/frontend/src/components/assistant-ui/model-selector/pickers.tsx
@@ -2336,7 +2336,7 @@ export function HubModelPicker({
setQuery(event.target.value)}
- placeholder="Search models"
+ placeholder="Search Unsloth models"
data-model-picker-search-input={true}
className="field-soft h-9 border-0 pl-8 pr-8"
/>
@@ -2345,15 +2345,20 @@ export function HubModelPicker({
)}
{onBrowseHub ? (
-
+