mirror of
https://mirror.skon.top/github.com/affaan-m/everything-claude-code
synced 2026-04-22 09:40:13 +08:00
User messages containing newline characters were being added as-is to markdown list items in buildSummarySection(), breaking the list format. Now newlines are replaced with spaces before backtick escaping.