Skip to content

Loki Mode

v7.81.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 CI shell‑test runner contract so Python tests execute correctly.

Full changelog

Fix: CI Shell-tests green (V2 python test runner-contract)

  • The v7.81.0 worktree-bundle python test was registered in tests/run-all-tests.sh
    as run_test "..." "python3 <file>", but that runner invokes the entry via
    bash "$file" (it expects a single bash-executable file, not a command string),
    so it ran bash "python3 <file>" -> "No such file or directory" and the CI
    "Shell tests" job failed. local-ci passed because its run_check runs the entry
    as a shell command string (different contract), masking the bug.
  • Fixed with a bash wrapper (tests/run-checkpoint-worktree-bundle-tests.sh) that
    exec's the python test, registered uniformly in both gates -- matching the
    existing python-test wrapper pattern. No product code changed; the test itself
    always passed (10/10). Full run-all-tests.sh now green (61 suites).

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]