Skip to content

Loki Mode

v7.14.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents aider anthropic autonomous ci-cd claude
+13 more
cline code-review devops gemini github-action github-issues loki-mode multi-agent openai-codex openapi pull-request-review sdlc spec-driven-development

Summary

AI summary

Rollback safety invariant now aborts by default when pre‑rollback snapshot fails.

Full changelog

Added

  • 1-click rollback + checkpoint UX (R6 of the competitive arc): deterministic,
    obvious rollback so autonomous runs can be undone in one action. Enhances the
    existing checkpoint/rollback in place (no parallel system).
  • loki rollback latest and loki rollback to <id> (plus loki rollback list):
    one-command restore of .loki/ state, with a per-iteration "you can undo this"
    signal and an automatic pre-rollback snapshot so a rollback is itself
    undoable ("undo your undo"); the snapshot id is printed for the user.
  • Dashboard rollback control: 1-click restore with a confirm, surfacing the
    pre-rollback snapshot id in a notice so dashboard users can undo the undo too.

Fixed

  • Rollback safety invariant: if the automatic pre-rollback snapshot fails,
    rollback now ABORTS by default (preserving current state) instead of silently
    proceeding to a destructive restore; pass --force to roll back without a
    safety snapshot. Proven by tests that assert state is preserved on snapshot
    failure.

Notes

  • The .loki/ state restore is atomic (tmp + rename). Working-tree code restore
    is opt-in (--code / the surfaced git stash apply refs/loki/cp/<id>): a
    divergent apply aborts or shows conflict markers (exit 1), never a silent
    half-apply, so uncommitted work is protected.
  • Council: 3-of-3 unanimous (round 2, after fixing the snapshot-failure safety
    invariant and surfacing the undo handle in the dashboard).
  • NOT tested in this release: rollback across a force-pushed/rewritten git
    history; restoring newly-added (untracked) files (tracked-files scope is
    documented in the CLI output).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Loki Mode

Get notified when new releases ship.

Sign up free

About Loki Mode

Multi-agent autonomous SDLC framework. Spec to deployed app. PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers, 11 quality gates.

All releases →

Related context

Beta — feedback welcome: [email protected]