Skip to content

Loki Mode

v7.117.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 ShellCheck errors in CI scripts without altering behavior.

Full changelog

Fixed

  • CI: fix ShellCheck RED on completion-council.sh and test-heal-assess-readiness.sh.
    autonomy/completion-council.sh lines 1768-1774: a python3 -c "..." invocation
    had Python comment lines containing literal double-quotes (pass:"inconclusive",
    status:"no_tests_run", runner=="none"). Those unescaped " prematurely closed
    the shell double-quoted string, causing SC2140 + SC1078 warnings that failed the
    CI ShellCheck gate. Fixed by converting the invocation to a quoted heredoc
    (python3 <<'PYEOF' ... PYEOF) which makes ALL inner quotes safe. Behavior is
    identical: zero-test INCONCLUSIVE routing (anti-fake-green, #82) is preserved.
    tests/test-heal-assess-readiness.sh lines 100 and 240: cd "$FIX" inside
    subshells lacked || exit 1, triggering SC2164. Fixed inline.
    Non-regression verified: 5 test cases (pass:true/PASS, pass:false/FAIL,
    pass:"inconclusive"+status:"no_tests_run"/INCONCLUSIVE, runner=="none"/PASS,
    malformed-JSON/INCONCLUSIVE) all produce outputs identical to pre-fix baseline.

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]