spawn/packages
A bbc2f68276
fix: add None option to setup options multiselect, fix arrow key UX (#2572)
Adds a "None" option at the top of the setup options multiselect
prompt, pre-selected by default. This fixes two UX issues:

1. Users can now explicitly skip all setup steps by selecting "None"
   (or pressing Enter with it pre-selected) — previously impossible
   once another option was selected.
2. Arrow keys now respond immediately because multiple items are
   available to navigate from the start.

Strips the __none__ sentinel from the returned step set so no
behavioural change occurs when the user selects "None".

Fixes #2569

Agent: issue-fixer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-13 01:48:10 -07:00
..
cli fix: add None option to setup options multiselect, fix arrow key UX (#2572) 2026-03-13 01:48:10 -07:00
shared fix: navigate back to list after delete/remove errors (#2488) 2026-03-11 00:04:51 -07:00