Skip to content

Loki Mode

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

Fixed test‑isolation pollution that caused the release gate to fail and stranded releases v7.59.0/.1.

Full changelog

Fix: release gate broken by test-isolation pollution (v7.59.0/.1 stranded)

  • tests/dashboard/test_control_app_auth.py (added in v7.59.0) called
    importlib.reload(dashboard.auth), which rebinds auth.get_current_token to a
    new function object. FastAPI dependency_overrides are keyed by callable
    identity, so after the reload all 20 tenant-isolation tests overrode a stale
    callable and hit real auth (401) instead of the tenant check (403), failing
    the full-suite Release gate (v7.59.0 and v7.59.1 tags stranded; npm stuck at
    7.58.1). Fixed by running the enterprise-auth assertions in subprocesses so
    the parent interpreter never reloads dashboard modules. Full pytest tree now
    1167 passed, 0 failed (verified locally, the exact release-gate command).

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]