Render Studio Code interview options as small buttons#3833
Open
sejas wants to merge 2 commits into
Open
Conversation
nightnei
reviewed
Jun 16, 2026
nightnei
left a comment
Contributor
There was a problem hiding this comment.
The idea is great.
I encountered only two things to clarify/fix:
Confirm ...., and that the selected option stays highlighted after answering.- after answering, I don't see the highlighted selected option. I looked into html and I don't see kinda "selected" classname. I don't think that it's critical thing, but woydl be good to have teh highlight, since it helps to read the history of selection inside the chat:

- Also, I cought a case when it's selected once. It seems it's highlighted as selected only when it's temporary state - when it's necessary to select options from a few list at the same time. But the styles are broken for both Dark and Light theme. Example to reproduce it:


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.
Related issues
How AI was used in this PR
Proposed Changes
When the agent asks a multiple-choice question in the Studio Code tab, the answer options used to render as blue text links, so users didn't recognize them as choices waiting for a response — they read like hyperlinks rather than something to click.
This restyles those options as small buttons: a surface background with a border, padding, and rounded corners, with hover/focus feedback and no underline. The option the user picks fills with the accent color and stays clearly highlighted (and legible) even after the question is answered. The new styling uses Studio's dark-aware color tokens, so it works in both light and dark mode.
Testing Instructions
AskUserQuestiontool).Pre-merge Checklist