Skip to content

fix: clarify multiSelect controls in completions prompt#349

Open
LissaGreense wants to merge 1 commit into
denoland:masterfrom
LissaGreense:fix/clarify-completions-prompt
Open

fix: clarify multiSelect controls in completions prompt#349
LissaGreense wants to merge 1 commit into
denoland:masterfrom
LissaGreense:fix/clarify-completions-prompt

Conversation

@LissaGreense

@LissaGreense LissaGreense commented May 8, 2026

Copy link
Copy Markdown

Problem

A user got stuck during deno install here:

Set up completions?
> [ ] bash

The [ ] checkbox has no visible affordance for how to interact with it — Space toggles, arrows navigate, Enter confirms.

Fix

Cosmetic change: append (Space to toggle, Up/Down to navigate, Enter to confirm) to the prompt message.

@nathanwhit/promptly's MultiSelectOptions has no instructions field, so the hint goes inline in message.

Reporter

Originally reported in a downstream project at friday-platform/friday-studio#231.

Notes

shell-setup/bundled.esm.js regenerated via cd shell-setup && deno task bundle.

Users unfamiliar with terminal-based interactive selectors get stuck
on the `[ ] bash` checkbox with no affordance for how to interact
with it. Surface the controls directly in the prompt message.

Reported in friday-platform/friday-studio#231.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant