openclaw-vainplex/src/tui
Vignesh Natarajan 950f8a04ea fix: prioritize exact substring matches over fuzzy in model search
- Exact substring in label (earliest position wins)
- Word-boundary prefix matches
- Description substring matches
- Fuzzy matching as fallback

This ensures 'opus' shows claude-3-opus before openrouter models.
2026-01-18 23:18:28 +00:00
..
components fix: prioritize exact substring matches over fuzzy in model search 2026-01-18 23:18:28 +00:00
theme feat(tui): add fuzzy search to model picker 2026-01-18 23:18:28 +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(slash-commands): usage footer modes 2026-01-18 05:35:35 +00:00
tui-command-handlers.ts feat(tui): add fuzzy search to model picker 2026-01-18 23:18:28 +00:00
tui-event-handlers.ts fix: refresh TUI session info after runs 2026-01-17 08:22:32 +00:00
tui-formatters.test.ts chore: format + fix telegram thread ids 2026-01-15 09:13:19 +00:00
tui-formatters.ts fix(tui): surface model errors 2026-01-15 08:31:02 +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-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: smooth TUI waiting shimmer (#1196) (thanks @vignesh07) 2026-01-18 22:37:36 +00:00