Removes transcripts from session events
Cline removes transcripts from session events to reduce memory usage and event log bloat.
Session snapshot events no longer carry the full conversation transcript. Every `session.updated` (and `session.created` / `session.detached` / `run.started`) event embedded the session's entire message history, so on a multi-megabyte task each status flip shipped megabytes to every subscriber, flooded the durable event log, and could grow the hub process by one transcript copy per event — reported as a 25 GB `cline` process on a 16 GB machine.
Snapshots are now state-only (status, usage, model, workspace, checkpoint); transcripts are fetched with the `session.messages` command. Checkpoint-restore replies, which carry messages in their own field, are unaffected Full Changelog: https://github.com/cline/cline/compare/sdk/sdk/v0.0.80...sdk/sdk/v0.0.81
- github.comCline: SDK v0.0.81primary
- github.comCline: CLI v3.0.60
- github.comCline: Desktop v0.0.19
§ how this story moved
- primary — Cline — Releases publishes the launch post.
- Cline — Releases picks up coverage.
- Cline — Releases picks up coverage.