mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-15 22:29:04 +02:00
Agent text rows in the run-records dialog only got a chevron when the message had a newline; a long single-line reply was rendered with truncate and the trailing content was unreachable. Other event types (tool_use, tool_result, thinking, error) are expandable on any non-empty content — bring text in line. Also lead the collapsed summary with the first non-empty line instead of the last, so multi-paragraph replies preview the lede rather than the closing remark and the row stays stable while messages stream. Co-authored-by: multica-agent <github@multica.ai>