Cline Desktop v0.0.19 Fixes Memory Leak That Ballooned Process to Tens of Gigabytes
Cline Desktop v0.0.19 fixes a memory leak where session status updates carried full conversation transcripts to every connected client, ballooning process memory to tens of gigabytes on long tasks. The release also adds seven new model providers and changes default models for several existing ones.
What shipped
Cline released desktop v0.0.19 on August 26, fixing a memory leak in the background Cline process and refreshing its model provider catalog.
The memory bug
According to the release notes, session status updates were carrying a full copy of the conversation transcript to every connected client. On multi-megabyte tasks, this caused the background process to grow to tens of gigabytes of memory during long sessions.
The fix changes what status updates carry. They now include only state data — status, usage, model, workspace, and checkpoint — rather than the full transcript. The transcript itself is now fetched on demand instead of being pushed with every update. This is a structural fix to the client-server communication pattern, not a tuning adjustment, so it should eliminate the scaling problem rather than just delay it.
Provider catalog changes
The release adds seven new model providers: Agnes AI, Aixy, IteraCompute, LLM Tech, NeoSmith, Pendra, and Standard Compute. None of these appear in major model registries as of this release, suggesting they are smaller or newer inference providers being aggregated into Cline's routing layer.
Cline also updated model lists and pricing across existing providers. Notably, the resolved default model changes for several providers if users have not pinned a specific model:
- ClinePass: now defaults to GLM 5.3
- Z.ai
- Hugging Face
- evroc
- LLM Gateway
- NanoGPT
- Weights & Biases
Users on these providers who rely on Cline's default model selection will see a different model served after upgrading, even though they made no configuration change themselves.
What this means
The memory leak fix addresses a real reliability problem for anyone running long-lived Cline sessions — a process ballooning to tens of gigabytes would eventually crash or degrade the host machine, which matters for developers running agentic coding sessions unattended for hours. The fix itself (sending state instead of full transcripts) is a sensible architectural correction rather than a workaround.
The provider catalog expansion signals that Cline is functioning increasingly as a model-agnostic routing layer, aggregating an expanding and fragmented set of inference providers rather than betting on a small number of large labs. For users, the practical takeaway is to check pinned model configurations before upgrading: if you were relying on a default rather than an explicit model selection on ClinePass, Z.ai, Hugging Face, evroc, LLM Gateway, NanoGPT, or Weights & Biases, your requests will now route to a different model with potentially different cost and quality characteristics.
Related Articles
Cline CLI v3.0.54 Fixes Claude Code Provider Tool-Bridging Bug and Token Telemetry Overcounting
Cline's CLI v3.0.54 release fixes a major bug that made the Claude Code provider unusable for agentic work, along with tool-call JSON truncation handling and token telemetry that was overcounting cache-heavy sessions by roughly 5x. The update also changes how Managed Hub daemons handle version conflicts between multiple Cline installs.
Cline v4.1.11 Adds Inline Image Generation, Fixes VS Code 1.134 Compatibility Break
Cline's v4.1.11 update adds inline image generation for supported models and fixes a code actions bug that broke on VS Code 1.134. The release also expands the model catalog with eight new providers including AMD, Arcee, and RunInfra.
Ollama v0.33.0 Fixes KV Cache Bug That Forced Full Reprocessing of 46K-Token Prompts
Ollama's v0.33.0 pre-release adds direct model management inside Claude Desktop's menu bar and fixes a caching bug that could force reprocessing of tens of thousands of tokens. The release also disables a Claude Code system message that was breaking KV cache hits on every request.
Anthropic SDK v0.124.0 Moves Files and Skills APIs to General Availability, Adds Computer Use and Browser Use Toolsets
Anthropic released v0.124.0 of its Python SDK, graduating the Files and Skills APIs to general availability and introducing new computer use and browser use toolsets. The release is available now on GitHub.
Comments
Loading...