openclaw/src/tui/components
Mario Zechner c621c80afc fix(tui): prevent crash when searching with digits in model selector
highlightMatch() was replacing tokens inside ANSI escape codes,
corrupting sequences like [38;2;123;127;135m when searching for '2'.
Fix: apply highlighting to plain text before theme styling.
2026-02-01 09:50:57 +01:00
..
assistant-message.ts feat: add tui ui kit 2026-01-03 06:22:20 +01:00
chat-log.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
custom-editor.ts chore: Enable eslint/no-unused-vars. 2026-01-31 16:06:39 +09:00
filterable-select-list.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
fuzzy-filter.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
searchable-select-list.test.ts fix: honor user-pinned profiles and search ranking 2026-01-23 03:28:47 +00:00
searchable-select-list.ts fix(tui): prevent crash when searching with digits in model selector 2026-02-01 09:50:57 +01:00
selectors.ts chore: sync protocol outputs 2026-01-21 00:19:53 +00:00
tool-execution.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
user-message.ts feat: add tui ui kit 2026-01-03 06:22:20 +01:00