Quill 0.6.2
Dictated text no longer runs into what's already there.
A space is now added on either side when the words would otherwise collide — and left out where it would be wrong: after an opening bracket or an @, before a comma or full stop, and wherever there's already a space or a line break.
Two causes. The spacing decision was made inside the code that moves the cursor to the end of the field, so any app that won't let the cursor be moved — terminals among them — skipped it entirely. And only the leading side was checked, so text dropped at the cursor still collided with whatever followed.
curl -fsSL https://raw.githubusercontent.com/xfreeze2/quill/main/install.sh | bash