Vibe Coding
Cline v4.1.17 fixes a Hub process that grew to tens of gigabytes by broadcasting the full transcript on every status update
Session status updates in the background Hub shipped a complete copy of the conversation transcript to every connected client, so on a large task each status change moved megabytes and the process could balloon to tens of gigabytes; snapshots now carry state only. The same release stops a failed hook spawn from crashing the extension core and taking the running task down, and makes checkpoint restore refuse to run when commits were made after the checkpoint instead of silently knocking them off the branch.
Source
↳ Follow the thread