Skip to content

Loki Mode

v7.71.0 Feature

This release adds 2 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

Live per-iteration build HUD adds real‑time iteration details in interactive terminals.

Full changelog

Live in-terminal build HUD

loki start ./prd.md now shows a live per-iteration status line in an interactive
terminal, so the build is no longer silent between the start banner and the end
summary. Each iteration prints one clean line:

[HUD] REASON | iter 3/1000 | $0.42 | +180/-24 (4 files) | took 37s | elapsed 2m11s
  • Fields: RARV phase, iteration N/max, cumulative cost (the same total the
    dashboard shows), files changed (+/-) since the run started, this iteration's
    duration, and total elapsed. ETA is shown only when an explicit small
    LOKI_MAX_ITERATIONS is set. Any field whose data is unavailable (non-Claude
    provider with no cost, non-git dir) is omitted rather than faked.
  • TTY-gated and opt-out: the HUD renders only on an interactive foreground TTY
    and never in CI, pipes, or --bg. Off-TTY output is byte-identical to before
    (verified). Set LOKI_HUD=0 to disable.
  • It is an append-only line at each iteration boundary (not a repainting status
    bar), so it does not fight the agent's streamed output, and it is never written
    to the logs or dashboard. Reviewed by a 3-reviewer council to unanimous approve.

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]