# Cline SDK 0.0.69: checkpoint recording fixed, restore now captures created files

> Fixes the run-boundary bug that meant neither VS Code nor the CLI ever recorded checkpoints, and upgrades restore into a real workspace rewind that also removes files created after the checkpoint. Ollama handling gets a 5-minute response-start default and retries on empty turns.

| | |
|---|---|
| **Tool** | Cline |
| **Version** | sdk/sdk/v0.0.69 |
| **Kind** | release |
| **Published** | 2026-08-02 |
| **Observed** | 2026-08-11 |
| **Significance** | 3/5 |
| **Breaking** | no |
| **Categories** | fix, feature |

## What changed


- Run-boundary detection assumed the run prompt arrives as run input, but both hosts seed it into the initial messages — no checkpoints were ever recorded. Fixed, and detection now survives process restarts and compaction
- Restore captures files Cline created during a task and restores them to checkpoint-time content; files created after the checkpoint are removed; `.gitignore`d paths untouched; a pre-restore recovery snapshot can roll back the whole operation
- Checkpoints taken before this change keep the old conservative behaviour of never touching untracked files
- Ollama response-start timeout defaults to 5 minutes (was 30s); unreachable servers still fail immediately, requests stay cancelable, explicit `requestTimeoutMs` still honoured
- Completely empty Ollama turns (no text, reasoning, or tool call) retried at the model boundary; non-empty turns stream with no added latency; errored or token-limited turns pass through unchanged
- Migrated users with a stored model id absent from the runtime catalog fall back to the default Cline model
- Tool-use mistake notices no longer reported as provider API errors; provider errors no longer double-counted; error details preserved


## Sources

- [github_release](https://github.com/cline/cline/releases/tag/sdk/sdk/v0.0.69) — retrieved 2026-08-11

## Community

_No curated reactions recorded. Facts and community takes are kept in separate layers
and never blended._

---
Canonical: https://changelogs.info/cline/sdk-sdk-v0-0-69
Entity: https://changelogs.info/cline
Event ID: `evt_2026-08-02_cline_sdk-sdk-v0-0-69`
Licence: event synthesis © changelogs.info, CC BY 4.0. Linked sources belong to their vendors.
