shipfeedAI news, curated daily

15:12:10 CET
26 AUG15:12:10shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Removes transcripts from session events

Cline removes transcripts from session events to reduce memory usage and event log bloat.

today · · primary fetch1 sourceupdated today ·

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

read full article on github.com
§ sources3 publications · timeline below
  1. github.comCline: SDK v0.0.81primary
  2. github.comCline: CLI v3.0.60
  3. github.comCline: Desktop v0.0.19

§ how this story moved

  1. primaryCline — Releases publishes the launch post.
  2. Cline — Releases picks up coverage.
  3. Cline — Releases picks up coverage.