Guide new users at the model picker, No Git badge, and version env - #114
Merged
Conversation
First batch of fresh-install quick wins from the 0.3.2 UX audit: - Model picker empty states name the provider and the fix (not installed vs needs sign-in) instead of the bare no-models-match text, with an Open Settings action, reusing the settings page status language - The picker no longer opens on an empty Favorites tab - The No Git badge explains what is disabled and how to enable it - Drop the generic APP_VERSION env alias; only namespaced version vars are honored so ambient variables cannot make the server misreport
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First batch of fresh-install quick wins from the 0.3.2 UX audit (full report with screenshots in the maintainer's audit workspace).
What changed
modelPickerEmptyState.tsreusesgetProviderSummaryso the picker and settings describe providers identically.git initenables them.APP_VERSIONenv var no longer trusted. Only the namespacedTHREADLINES_/BADCODE_/T3CODE_APP_VERSIONaliases set the server's reported version; a bareAPP_VERSIONfrom an unrelated tool was making healthy installs display a version-mismatch warning.Testing
vp fmt,vp lint,vp run typecheckgreen.modelPickerSearch.test.ts(6 new cases for the empty-state resolver),config.test.ts(APP_VERSION ignored).@threadlines/web#test:browser ProviderModelPicker— 33 pass, including two new: provider-aware search empty state with settings link, and favorites-empty default tab.