Skip to content

Loki Mode

v7.99.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Dashboard listener now reuses an active instance instead of being killed during build reclaim, preventing mid-use disconnections.

Full changelog

Memory integrity + checklist/cost trust fixes + dashboard reuse (wave-7 hunt)

  • Anti-pattern memory (memory/retrieval.py): anti-patterns were
    double-counted when present in both patterns.json and the legacy
    anti-patterns.json (now deduped); search_all_namespaces omitted the
    anti_patterns collection entirely, so "do not repeat this mistake" memories
    were silently missed in cross-namespace search (now included); vector-index
    staleness was checked only for the semantic collection after consolidation
    (now also the anti_patterns collection invalidates over its source files).

  • Dashboard no longer killed by a build (autonomy/run.sh): when a build
    reclaimed the dashboard port (the defense-in-depth port-reclaim path), it killed
    the listener on that port, which could drop a user's own live dashboard mid-use
    (connection refused, websocket failure). It now probes /api/status and REUSES
    a healthy dashboard already serving on the
    port instead of killing it (opt out: LOKI_DASHBOARD_FORCE_RECLAIM=1).

  • Checklist no-fake-green (autonomy/checklist-verify.py): the tests_pass
    check ran with --passWithNoTests, so a zero-match test pattern reported
    SUCCESS - a checklist item that REQUIRES test verification passing with no
    tests run. It now requires at least one test to be discovered.

  • Cost aggregation glob (dashboard/server.py): cost totals globbed
    *.json (including non-iteration files); now uses iteration-*.json,
    consistent with the budget-snapshot and cost-timeline readers.

    Found by the wave-7 adversarial hunt.

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]