Skip to content

Loki Mode

v7.22.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

Delegate‑and‑notify adds durable completion records and local desktop alerts for background Loki runs.

Full changelog

Added

  • Delegate then notify on done. When a background run (loki start --bg)
    finishes, Loki now writes a durable completion summary and fires a local
    desktop notification, so you can delegate a run, walk away, and be told when
    it is ready. This closes the "async agent" gap for Loki's local-only model
    without any hosted backend or CI.
    • Every terminal state notifies and records a summary: success, max-iterations,
      stopped, failed, and genuinely-blocking pauses (the perpetual-mode auto-clear
      pause is correctly NOT treated as terminal, so a mid-run pause never writes a
      false "done" record).
    • The summary is written to .loki/COMPLETION.txt (human-readable) and
      .loki/state/completion.json (machine-readable): outcome, branch, files
      changed, the exact git diff review command, and task counts. The files are
      always written even when notifications are disabled (they are state, not a
      ping), which is the reliable signal for a detached run with no terminal.
    • Notifications are local OS calls only (macOS osascript, Linux notify-send),
      gated by the existing LOKI_NOTIFICATIONS (default on). Zero network egress.
    • Opt-in LOKI_DELEGATE_BRANCH=1 isolates a run's work on a dedicated
      loki/delegate-<timestamp> branch. Opt-in LOKI_DELEGATE_PR=1 opens a local
      pull request on completion (a gh call from your own machine, never CI, no
      auto-merge), only when you are in a GitHub repo with gh authenticated.
      Both default off; the network calls are bounded with a 30s timeout.

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]