co-mono/packages
Fero 20ca6836b0
fix(tui): blockquote multiline rendering and wrapping (#1073)
* fix(tui): blockquote multiline rendering and wrapping

Fix two bugs in blockquote rendering:

1. ANSI codes split incorrectly on newlines - when text tokens contain
   newlines, applyDefaultStyle() wrapped the entire string including the
   newline in ANSI codes. Any caller splitting by \n would break the codes.
   Fixed by splitting text by newlines before styling in renderInlineTokens().

2. Wrapped blockquote lines lost the │ border - long blockquote lines
   that wrapped to multiple lines only had the border on the first line.
   Fixed by wrapping within the blockquote case and adding border to each line.

* test(tui): add test for inline formatting inside blockquotes
2026-01-30 03:02:38 +01:00
..
agent Release v0.50.3 2026-01-29 04:19:02 +01:00
ai feat(ai): add Vercel AI Gateway routing support (#1051) 2026-01-30 01:44:51 +01:00
coding-agent feat(ai): add Vercel AI Gateway routing support (#1051) 2026-01-30 01:44:51 +01:00
mom Release v0.50.3 2026-01-29 04:19:02 +01:00
pods Release v0.50.3 2026-01-29 04:19:02 +01:00
tui fix(tui): blockquote multiline rendering and wrapping (#1073) 2026-01-30 03:02:38 +01:00
web-ui Release v0.50.3 2026-01-29 04:19:02 +01:00