Vibe Coding
Cline's Session Events Shipped a Full Transcript Copy Per Status Flip, Growing One Process to 25 GB
Cline SDK v0.0.81, published 2026-08-26, fixes `session.updated`, `session.created`, `session.detached` and `run.started` events that each embedded the session's entire message history. On a multi-megabyte task every status flip shipped megabytes to every subscriber, flooded the durable event log, and grew the hub process by one transcript copy per event, reported in the wild as a 25 GB `cline` process on a 16 GB machine. Snapshots are now state-only and transcripts are pulled on demand via `session.messages`.
Source
↳ Follow the thread