Merged
Conversation
…ection with explanatory note
Helps new users understand why OpenCode Zen is recommended by calling out its reliable, optimized model lineup at the point of selection.
After users see the Go plan is low-cost, the Recommended badge helps them quickly identify it as a good default choice in provider pickers.
Non-English users now see the same short guidance when choosing between OpenCode Zen (reliable optimized models) and OpenCode Go (low-cost subscription) in provider pickers.
dfd7c2a to
6ccdf82
Compare
figloalds
pushed a commit
to figloalds/opencode
that referenced
this pull request
Feb 27, 2026
jonathanmiddleton
pushed a commit
to jonathanmiddleton/opencode
that referenced
this pull request
Mar 10, 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.
Type of change
Refactor / code improvement
What does this PR do?
Choosing between OpenCode Zen and OpenCode Go was a little opaque for new users, and OpenCode Go was easy to miss in the “Popular” provider list.
This PR makes OpenCode Go show up immediately after OpenCode Zen in “Popular”, and adds short, scan-friendly guidance next to both options so users can make a faster, more confident choice:
OpenCode Zen shows “Reliable optimized models” before the existing Recommended badge.
OpenCode Go shows “Low cost subscription for everyone”, followed by the Recommended badge.
To avoid shipping English-only UI, those two phrases are now pulled from i18n keys and added to every app locale.
If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!
How did you verify your code works?
bun turbo typecheck (runs via pre-push hook) passed.
I did not do a full UI walkthrough; suggested quick check:
Open the provider picker and confirm Zen/Go ordering in “Popular” + badges/text layout
Check Settings → Providers “Popular” section shows the same text/badge
Switch app language and confirm the two new taglines are translated
Screenshots / recordings
TODO: add screenshots of provider picker + Settings → Providers (and one non-English locale).
Checklist
I have tested my changes locally
I have not included unrelated changes in this PR