mirror of
https://github.com/cline/cline.git
synced 2026-09-21 05:10:09 +08:00
The toast box only set maxWidth, so a message longer than the 44-column cap was clipped to its first line rather than wrapped. Every toast in the Hub update flow is longer than that: the keep-Hub reminder after Esc rendered as 'The running Cline Hub stays on the' and never reached the 'cline hub upgrade' instruction it exists to deliver. Give the box an explicit width (message length plus border and padding, capped as before) so the text has a real edge to wrap at.