mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-16 06:17:21 -07:00
760dbc3e06
This replaces Ink's toStyledCharacters with a custom fast regex-based ANSI stripping and parsing approach in TableRenderer to significantly reduce V8 heap allocations during layout calculations of long or frequently updated text. A new StyleSpan abstraction handles the styled chunks efficiently.