This release includes breaking changes for platform teams planning a safe upgrade.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ 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 summaryAdded 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.jsonand surfaces it asclaude_session_idon
the dashboard/api/status, so a run can be correlated with its Claude
session. Opt-inLOKI_SESSION_STAMP=1additionally passes a distinct
per-iteration--session-idto 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-persistenceso 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_iddocumented in wiki/API-Reference.md.
Fixed
- CLI honesty:
loki confighelp no longer advertises a nonexistent
config providersubcommand; coldloki statustips now point at the
canonicalloki 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
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.
Related context
Related tools
Beta — feedback welcome: [email protected]