openclaw/src/tui/components
Vignesh Natarajan abf3c4700d 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
..
assistant-message.ts feat: add tui ui kit 2026-01-03 06:22:20 +01:00
chat-log.ts TUI: keep streamed text when final output is empty 2026-01-12 21:29:15 -06:00
custom-editor.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
searchable-select-list.test.ts fix: prioritize exact substring matches over fuzzy in model search 2026-01-18 23:18:28 +00:00
searchable-select-list.ts fix: prioritize exact substring matches over fuzzy in model search 2026-01-18 23:18:28 +00:00
selectors.ts feat(tui): add fuzzy search to model picker 2026-01-18 23:18:28 +00:00
tool-execution.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
user-message.ts feat: add tui ui kit 2026-01-03 06:22:20 +01:00