cli/internal/prompter
Kynan Ware 726714d1a7 Use LayoutStack for huhPrompter MultiSelectWithSearch
Implement a huh-native MultiSelectWithSearch that renders the search
input and multi-select list simultaneously using LayoutStack. The
search input is in Group 0 and the multi-select in Group 1, with
OptionsFunc bound to the search query so results update when the
user presses Enter to advance focus. Users can Shift+Tab back to
refine their search, and selections persist across queries.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-26 14:24:56 +01:00
..
accessible_prompter_test.go Add test for MultiSelectWithSearch error propagation 2026-01-26 13:56:47 -07:00
huh_prompter.go Use LayoutStack for huhPrompter MultiSelectWithSearch 2026-03-26 14:24:56 +01:00
prompter.go Add experimental huh-only prompter gated by GH_EXPERIMENTAL_PROMPTER 2026-03-26 14:24:56 +01:00
prompter_mock.go Refactor MultiSelectWithSearch to use result struct 2026-01-26 13:29:22 -07:00
test.go Fix linter and mock prompter signature 2026-01-26 13:29:22 -07:00