Skip to content

Loki Mode

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

Adds a plain‑English ownership handoff document for non‑technical users

Full changelog

Finish and own: a plain-English handoff for whoever owns the result

Loki has always produced a developer-oriented handoff. This adds a plain-English
ownership handoff for a non-technical owner -- a founder or PM who needs to
understand what was built and how to run it without reading the code.

  • loki own (alias: loki handoff) prints, in plain language: what you have now
    (restated from your brief), whether Loki verified it works, how to run it on
    your computer, how to put it online, what a developer needs to know, and what
    is left to do or decide. loki own --md writes HANDOFF.md to the project root;
    --json emits the structured form.
  • A build also writes HANDOFF.md at the end (default-on, opt out with
    LOKI_HANDOFF=0), so the ownership doc is there without running a command.
  • It is a pure render over data Loki already captured -- the Evidence Receipt,
    the completion summary, and USAGE.md -- so it cannot fabricate. The "is it
    working?" verdict is the receipt's honest headline verbatim: it never says the
    work is ready unless the receipt is VERIFIED, and it lists what was not
    verified, what was not deployed, and what you still need to decide.

About 13 tests lock the honesty guarantees (a not-verified build can never render
a green "it works" claim; the doc introduces no feature beyond your brief).

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]