Wrap operator-question choices instead of ellipsizing them - #775
Merged
TheGreatAxios merged 3 commits intoSep 4, 2026
Merged
TheGreatAxios merged 3 commits into
TheGreatAxios merged 3 commits into
Conversation
The overlay was collapsing long option labels with a middle ellipsis, so interview and permission choices became unreadable. Choices now wrap to a shared height. ask_operator rejects labels over 48 characters and the interview skill puts trade-offs in the transcript, not in the option string.
Scribe still taught AskUserQuestion-style label-plus-description options, which the 48-character cap now rejects. Examples are short labels; routing and trade-offs go in the transcript. Changelog notes the wrap and the option-length cap.
TheGreatAxios
force-pushed
the
cl-7398-ask_operator-overlay-short-option-labels-wrap-instead-of
branch
from
September 4, 2026 05:21
3376395 to
f4ce12e
Compare
TheGreatAxios
enabled auto-merge
September 4, 2026 05:21
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.
Summary
Operator-question and permission choice labels wrap on word boundaries instead of hiding behind a middle ellipsis. ask_operator rejects option labels over 48 characters so the model puts essays in the transcript.
Test plan
Closes CL-7398