This release fixes issues for SREs watching stability and regressions.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ 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 summaryFixed 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
asrun_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 ranbash "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
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.
Related context
Related tools
Beta — feedback welcome: [email protected]