Skip to content

Loki Mode

v7.16.1 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 Dashboard SPA rendering error caused by mishandled escaped characters in inline JavaScript.

Full changelog

Fixed

  • Dashboard SPA root threw "Uncaught SyntaxError: Invalid or unexpected token"
    and failed to render its inline scripts. The standalone build
    (dashboard-ui/scripts/build-standalone.js) emits the SPA from a backtick
    template literal, which silently consumed single-backslash escapes in the
    hand-written inline JS: \n became a real newline (breaking string literals
    across lines) and regex escapes (\*, \[, \s, \d, \/) were stripped
    (corrupting the markdown renderer's patterns, e.g. /\*\*..\*\*/ emitted as
    /**..**/). Escaped these to \\n / \\* etc. so they survive into the
    output. This was a PRE-EXISTING bug (present before v7.8.3), found by a
    real-user Playwright sweep of the dashboard. All inline scripts now parse with
    zero errors; the dashboard root and the cost / trust / proofs panels render
    clean (0 console/page errors), verified in a headless browser.

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]