RepoJournal
AI Agents

AI Agents

LangChain, OpenHands, Cline, and LlamaIndex - agent frameworks and coding agents

Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI Agents AI / ML Full archive →

The Wire · Showcase

CLINE CHECKPOINTS NOW REWIND RELIABLY ACROSS CLI AND VSCODE

By RepoJournal · Filed · About AI Agents

Cline shipped a four-commit fix that makes workspace snapshots actually work as true rewinding across both the VS Code extension and CLI after days of checkpoint failures broke both surfaces.

The checkpoint system was silently broken across both UIs. Cline's checkpoint creation [1] was hitting an empty run-boundary condition under SessionRuntime, meaning snapshots weren't capturing the initial state properly when seeded through initialMessages. This broke the entire undo/restore workflow. The fix landed with full workspace rewind on restore and a repaired CLI /undo command [1], making checkpoints genuinely safe to use again. Two follow-up fixes addressed secondary cascades: a missing import [2] that broke CLI typechecking on every PR touching the SDK, and a settings bug [3] where custom provider base URLs weren't persisting their checkbox state even though the underlying config was being saved correctly. A fifth commit [4] fixed commit message generation failing when a working tree contained only untracked files by adding a fallback that diffs new files against empty state. These were all QA catches, not tracked issues, which means the team caught systemic problems before they hit production.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(checkpoints): create reliably, full workspace rewind on restore, repair CLI /undo ↗ cline/cline
  2. [2] fix(cli): restore the formatDisplayUserInput import in root.tsx (#12844) cline/cline
  3. [3] fix(settings): persist custom base URL checkbox state and stop keystroke loss in URL fields ↗ cline/cline
  4. [4] fix(vscode): include untracked files in commit message generation ↗ cline/cline

Quick answers

What shipped in AI Agents on August 2, 2026?
Cline shipped a four-commit fix that makes workspace snapshots actually work as true rewinding across both the VS Code extension and CLI after days of checkpoint failures broke both surfaces. In total, 20 commits, 16 pull requests, and 4 releases landed.
Who contributed to AI Agents on August 2, 2026?
3 developers shipped this update, including saoudrizwan, Dominic Cooney, and minh2416294.
What were the notable AI Agents updates?
fix(checkpoints): create reliably, full workspace rewind on restore, repair CLI /undo, fix(cli): restore the formatDisplayUserInput import in root.tsx (#12844), and fix(settings): persist custom base URL checkbox state and stop keystroke loss in URL fields.

More from AI Agents

Daily updates, in your inbox

Follow AI Agents

Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?