Skip to content

Loki Mode

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

Affected surfaces

auth

Summary

AI summary

Fail-fast auth preflight aborts builds with expired Claude login immediately.

Full changelog

Zero-friction adoption: per-build workspace + fail-fast auth + honest phase state

  • Per-build workspace param + workspace-scoped endpoints: optional path-guarded
    workspace param on /api/control/start and workspace-scoped /api/status,
    /api/cost, /api/proofs, /api/proofs/:id (validated against the workspace-root
    allowlist, traversal-safe, deny-by-default), so a host can run and correlate a
    per-build proof by exact run_id. Proven: proof.run_id == trust-run-id.
  • Fail-fast auth preflight: an expired Claude login used to pass the key-presence
    check and then 401 on the first call, leaving the build stalled at BOOTSTRAP with
    no clear cause. validate_api_keys now does a zero-network, zero-token local
    expiry check and stops immediately with a claude login fix. Fail-open on any
    unknown schema; opt out with LOKI_SKIP_AUTH_PREFLIGHT=1.
  • loki doctor expired-login warning: mirrors the preflight so a user catches an
    expired login BEFORE starting a build.
  • Honest phase state: currentPhase now advances BOOTSTRAP -> BUILDING ->
    COMPLETED (with a COMPLETED marker file), so the dashboard and reconciliation gate
    see real progress instead of a stuck "Planning".

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]