Skip to content

Conversation

@zanesq
Copy link
Collaborator

@zanesq zanesq commented Dec 5, 2025

Summary

Show model selector after selecting a provider in welcome or the provider grid. Follow up for #5955

Updated the copy and icon in the selector to make more sense and moved the doc link to the bottom because it was too close / interfering with the provider dropdown click.

Defaults provider selector to the chosen provider before launch.

Verified locally from all provider setup paths.

Screenshot 2025-12-05 at 2 31 25 PM Screenshot 2025-12-05 at 2 30 38 PM

const [showFirstTimeSetup, setShowFirstTimeSetup] = useState(false);
const [showOllamaSetup, setShowOllamaSetup] = useState(false);
const [userInActiveSetup, setUserInActiveSetup] = useState(false);
const [showSwitchModelModal, setShowSwitchModelModal] = useState(false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these don't strike me as independent booleans, might be good at some point to change them into an annotated enum like thing

Copy link
Collaborator

@DOsinga DOsinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider selecting the first model by default (or really the one that we prefer, but that might need backend support)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants