fix: accumulate message words in cmd_continue for loop #227

Merged
shoko merged 1 commits from fix/issue-225-cmd-continue-message-truncation into main 2026-04-07 15:57:40 +02:00
Owner

Changed message assignment to accumulate words instead of overwriting. Previously only the last word survived. Fixes #225

Changed message assignment to accumulate words instead of overwriting. Previously only the last word survived. Fixes #225
shoko added 1 commit 2026-04-07 15:56:02 +02:00
The for loop was overwriting message each iteration, causing only
the last word to survive. Changed to accumulate all words with
proper spacing.

Fixes #225
han approved these changes 2026-04-07 15:57:23 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit 05683ea4c6 into main 2026-04-07 15:57:40 +02:00
Sign in to join this conversation.