openclaw-vainplex/src/tui
CJ Winslow 95f0befd65 feat: add fuzzy filter to TUI session picker
Users can now type to filter sessions in real-time:
- FilterableSelectList component wraps pi-tui's fuzzyFilter
- Matches against displayName, label, subject, sessionId
- j/k navigation, Enter selects, Escape clears filter then cancels
- Uses derivedTitle from previous commit for better display

Refs #1161
2026-01-20 16:36:51 +00:00
..
components feat: add fuzzy filter to TUI session picker 2026-01-20 16:36:51 +00:00
theme feat: add fuzzy filter to TUI session picker 2026-01-20 16:36:51 +00:00
commands.test.ts feat(tui): add /elev alias 2026-01-06 08:41:04 +01:00
commands.ts feat(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
gateway-chat.ts feat: add fuzzy filter to TUI session picker 2026-01-20 16:36:51 +00:00
tui-command-handlers.ts feat: add fuzzy filter to TUI session picker 2026-01-20 16:36:51 +00:00
tui-event-handlers.ts fix: refactor TUI stream assembly (#1202, thanks @aaronveklabs) 2026-01-20 08:36:54 +00:00
tui-formatters.test.ts refactor: streamline TUI stream assembly updates 2026-01-20 08:57:42 +00:00
tui-formatters.ts fix: refactor TUI stream assembly (#1202, thanks @aaronveklabs) 2026-01-20 08:36:54 +00:00
tui-overlays.test.ts fix: render TUI pickers as overlays 2026-01-15 01:59:05 +00:00
tui-overlays.ts fix: render TUI pickers as overlays 2026-01-15 01:59:05 +00:00
tui-session-actions.ts fix: refresh TUI session info after runs 2026-01-17 08:22:32 +00:00
tui-status-summary.ts refactor: centralize account bindings + health probes 2026-01-17 01:19:43 +00:00
tui-stream-assembler.test.ts refactor: streamline TUI stream assembly updates 2026-01-20 08:57:42 +00:00
tui-stream-assembler.ts refactor: streamline TUI stream assembly updates 2026-01-20 08:57:42 +00:00
tui-types.ts feat(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
tui-waiting.test.ts TUI: waiting shimmer helper + tests 2026-01-18 22:19:47 +00:00
tui-waiting.ts TUI: pick waiting phrase once per waiting session 2026-01-18 22:19:47 +00:00
tui.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
tui.ts fix: repair model compat + editor ctor 2026-01-20 16:19:49 +00:00