fix(tui): separate autocomplete descriptions from labels - #13047
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
lgtm — replacing the leading-space text node with an explicit Reviewed by kimi-k3 · Input: 65.2K · Output: 4.9K · Cached: 198.5K Review guidance: REVIEW.md from base branch |
…description-spacing fix(tui): separate autocomplete descriptions from labels


What changed
Use an explicit one-column flex gap between autocomplete labels and descriptions instead of relying on leading whitespace inside a sibling text node.
Why
OpenTUI can collapse that leading whitespace, causing entries such as
Past chatsandSearch previous sessionsto run together. A layout gap preserves the separation consistently for every autocomplete item with a description.