Reported by Iris through the dev-updater session: a two-question
AskUserQuestion arrived with only one option visible per question, so
the answer she sent was the only one she had been offered.
The cause was a `Row`. It hands out intrinsic widths in order and clips
whatever runs past the edge, so the first option or two drew and the
rest went off the side of the screen -- which does not read as a bug, it
reads as those having been the only choices. The same Row was in the
permission ask beside it; both wrap now. That pairing is the reason to
look: a rule stated on one member of a set is usually missing from the
others.
The rest of what she asked for, and what each was:
- It drew twice, as the tool call and again as loose question cards,
because the backend marked these questions as belonging to no call.
They belong to the call that asked, and now say so.
- So it renders like any other tool: one card, its own heading, opened
because a decision cannot be made from a closed row.
- Each option shows its description and its `preview` block, which is
the part a reader is deciding on and none of which was reaching them.
- "Other" is a field on every question. The harness always offers it, so
leaving it out narrowed a question that was never that narrow.
- A multi-select sends the labels it collected as one string, which is
the tool's own schema rather than a guess -- its answers map is
string-valued.
- No spinner while it waits. A spinner says the machine is working; here
the machine is idle and the turn is stopped on the person, so the card
says "your turn" in the colour this app already uses for that.
Verified against a real session as well as the echo fixture: haiku asked
two questions with three described options each, both were answered from
the phone, and the model carried on with the answers. Echo grew `/ask`
so the shape can be looked at without paying a model to produce one, and
its option cards are outlined rather than tinted -- as one surface step
up they were three paragraphs where three things to press should be.