Changelog

What shipped recently in CLI.

August 2026


CLI·

Autonomous Git sync: observe, classify, act — with a restore point

A new opt-in Git sync mode watches your repo, classifies what changed, and acts on it in one round trip — without you driving each step by hand. It's opt-in per repo, and every run leaves a restore point, so it's never a one-way door.

Also fixed this release: phantom zero-test runs from empty report directories, the wrong test's trace/history displaying, revoked ingest keys silently marked "uploaded," a CTRF fallback upload path that never actually worked, and a stuck self-updater.

CLI·

A context-window report, and headless mode that respects your chosen engine

  • A new context report shows what's actually filling and freeing the AI's memory window, so a long session doesn't run out of room by surprise.
  • Headless testrelic -p now dispatches to whichever engine you've actually selected — Codex, Cursor, or Ollama — instead of always defaulting to Claude Code. Ollama also gained cross-turn chat memory.

See Modes & engines.

CLI·

Automations now run on real schedules, with retries and undo

Scheduled and one-off automation jobs are now unified, with real wall-clock schedules — time of day plus which weekdays — instead of a bare interval. Failure tracking shows streaks, finished runs trigger a desktop notification, and you can edit, retry, cancel, or undo a run directly from Automations.