chore (changelog): document TUI ANSI-safe searchable-select fix

This commit is contained in:
Vignesh Natarajan 2026-02-14 20:01:04 -08:00
parent efdfdd036c
commit 6d66fefbbb
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Docs: https://docs.openclaw.ai
### Fixes
- TUI: make searchable-select filtering and highlight rendering ANSI-aware so queries ignore hidden escape codes and no longer corrupt ANSI styling sequences during match highlighting. (#4519) Thanks @bee4come.
## 2026.2.14
### Changes