Skip to content

Loki Mode

v7.34.0 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ 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

Added Claude session‑id stamping (opt‑in) and a flag to disable session persistence, plus fixed CLI help inconsistencies.

Full changelog

Added

  • Claude session-id stamping (Phase 1, correlation-only): every run writes a
    deterministic per-run UUID (UUIDv5 of the trust-run-id) to
    .loki/state/claude-session.json and surfaces it as claude_session_id on
    the dashboard /api/status, so a run can be correlated with its Claude
    session. Opt-in LOKI_SESSION_STAMP=1 additionally passes a distinct
    per-iteration --session-id to the main-loop Claude call (never to subcalls;
    never a pinned id across the run, so context is not accumulated). Default OFF
    keeps the Claude argv byte-identical to v7.33.0. Bash and Bun routes derive
    the same UUID byte-for-byte. Gated on CLI support.
  • LOKI_NO_SESSION_PERSIST=1 (opt-in, default OFF): passes
    --no-session-persistence so a run leaves no Claude session state on disk
    (useful for ephemeral/CI runs). Gated on CLI support.
  • Both new env knobs documented in wiki/Environment-Variables.md;
    claude_session_id documented in wiki/API-Reference.md.

Fixed

  • CLI honesty: loki config help no longer advertises a nonexistent
    config provider subcommand; cold loki status tips now point at the
    canonical loki analyze context show / loki analyze code overview
    (instead of deprecated aliases that emitted a deprecation note); README.md
    and docs/INSTALLATION.md use the canonical command names
    (loki modernize heal, loki analyze onboard, loki preview,
    loki api start) with "was:" annotations.

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]