Files
stack/packages/cli
Jason Woltje 48f5629eeb
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
feat(cli): TUI autocomplete sidebar + fuzzy match + arg hints + input history (P8-017)
- Add CommandAutocomplete component with filtered command list, aliases, arg hints
- Add useInputHistory hook with ring buffer (max 50), up/down navigation, saved input restore
- Wire InputBar with autocomplete state (show on /), Tab/Enter to fill, Escape to dismiss
- Wire up/down arrows: autocomplete navigation when open, history navigation when closed
- Pass allCommands prop from app.tsx commandRegistry to InputBar
- Add 8 pure-logic tests for useInputHistory covering edge cases and caps

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 22:22:44 -05:00
..