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

1 Commits

Author SHA1 Message Date
shokollm
2800e140ac fix: accumulate message words instead of overwriting in cmd_continue
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
2026-04-07 13:55:47 +00:00