fix(cli): Use anchor tag for Zen API key link in dialog #10881
+1
−1
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.
Fixes: #10882
Hey @kommander , I installed OpenCode today for this first time and felt odd to no be able to click on the link in the dialog for the Zen API to connect, so I thought to suggest this change.
What does this PR do?
Replaces the span with an anchor tag for the https://opencode.ai/zen link, making it clickable in the dialog. This improves user experience by allowing direct navigation to the API key page.
How did you verify your code works?
Build the app through by
bun installthenbun dev. Attaching a video for reference (just a small change).Screen.Recording.2026-01-27.at.11.17.28.PM.mov
Hope it is fine,
Thanks and Regards,
avrl