[PR #12356] fix(opencode): improve skills dialog readability #14186

Closed
opened 2026-02-16 18:18:59 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12356

State: closed
Merged: Yes


The TUI skills dialog (/skills) renders skill names and descriptions with no visual separation — descriptions contain newlines, and names aren't aligned, making the list hard to scan.

This pads skill names to equal width and collapses multi-line descriptions into a single line. The description is already rendered in textMuted by the Option component.

Fixes #12350

Before

CleanShot 2026-02-05 at 23 09 51@2x

After

CleanShot 2026-02-05 at 23 23 29@2x
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12356 **State:** closed **Merged:** Yes --- The TUI skills dialog (`/skills`) renders skill names and descriptions with no visual separation — descriptions contain newlines, and names aren't aligned, making the list hard to scan. This pads skill names to equal width and collapses multi-line descriptions into a single line. The description is already rendered in `textMuted` by the `Option` component. Fixes #12350 ## Before <img width="1592" height="1554" alt="CleanShot 2026-02-05 at 23 09 51@2x" src="https://github.com/user-attachments/assets/0d5abab1-8b86-4152-823f-0bfcbcc6bf3f" /> ## After <img width="1408" height="1450" alt="CleanShot 2026-02-05 at 23 23 29@2x" src="https://github.com/user-attachments/assets/10453e6e-75ba-4f50-8282-b1f2a6342597" />
yindo added the pull-request label 2026-02-16 18:18:59 -05:00
yindo closed this issue 2026-02-16 18:18:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14186