Skip to content

Loki Mode

v7.37.0 Feature

This release adds 1 notable feature 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

Affected surfaces

auth

Summary

AI summary

Added opt‑in session continuity with LOKI_RESUME_SESSION=1 to resume interrupted runs.

Full changelog

Added

  • Session-Continuity Phase 2, recovery resume (issue #165), opt-in via
    LOKI_RESUME_SESSION=1, default OFF. When a previously interrupted run
    (paused, rate-limited, or budget-cutoff) is restarted, the FIRST main-loop
    claude call emits --resume <stored-session-uuid> to reattach the prior
    Claude session context, then the run reverts to normal stateless
    per-iteration behavior (no resume chain, so transcript context cannot
    accumulate). LOKI_SESSION_FORK=1 optionally adds --fork-session on the
    resumed call. Gated on CLI support; degrades to a fresh call on an older
    claude or a missing/malformed stored session file. Default argv is
    byte-identical to v7.36; the resumed call never co-emits --session-id and
    --resume together.
    • NAMING: LOKI_RESUME_SESSION governs the underlying CLAUDE session-resume
      layer. It is UNRELATED to the existing loki heal/loki migrate --resume
      CHECKPOINT flag, which resumes a Loki run from its own saved checkpoint.
      This is a narrow recovery feature, not whole-loop session continuity (a
      --resume chain over every iteration was deliberately rejected because it
      would compete with Loki's curated injected memory and grow context
      unboundedly).
    • The Bun runner honors a resumeFirstCall invocation field for parity, but
      the production autonomous loop runs the bash route (autonomy/run.sh), which
      is the fully-wired path; the Bun path is staged for when its main loop
      becomes the live route.

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]