Skip to content

Loki Mode

v7.52.0 Security

This release includes 1 security fix for security teams reviewing exposed deployments.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 1 known CVE

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

Affected surfaces

breaking_upgrade

Summary

AI summary

Codex CLI flag --full-auto deprecated and replaced with --sandbox workspace-write; budget-file quoting footgun fixed.

Full changelog

Codex CLI compatibility: --full-auto deprecation swept repo-wide + budget quoting hardening

  • Codex --full-auto -> --sandbox workspace-write (repo-wide): Codex CLI
    v0.125+ deprecated --full-auto (removed from codex exec --help, emits a
    deprecation warning; will hard-error in a future release). Every live
    codex exec --full-auto invocation across the codebase is now
    codex exec --sandbox workspace-write (the documented replacement;
    codex exec is non-interactive by default so the loop stays autonomous).
    --skip-git-repo-check is preserved where it already applied. Swept across
    both routes and all helpers: autonomy/run.sh, autonomy/loki,
    providers/codex.sh, loki-ts/src/runner/providers.ts,
    autonomy/completion-council.sh, autonomy/grill.sh, magic/core/debate.py,
    magic/core/generator.py, autonomy/lib/wiki_llm.py, plus all user-facing
    docs. The tier path and Bun route (which previously used the broader
    danger-full-access) now converge on workspace-write, matching what
    --full-auto always expanded to. Verified empirically against codex 0.132.0
    (new flag: no deprecation warning, runs at approval: never; old flag: warns).
  • Budget-file quoting footgun fixed (autonomy/lib/claude-flags.sh): the
    remaining-budget computation interpolated a file path into a python3 -c
    program, so a path containing a quote raised a SyntaxError. The path and
    numeric values now pass via os.environ (single-quoted program), matching the
    established run.sh convention. Behavior-preserving; closes the injection
    footgun.

Gates: local-ci 78/78, full pytest + bun test + bash/Bun parity green,
3-reviewer council unanimous APPROVE (2 Opus adversarial + 1 Sonnet) after a
first round that correctly rejected on a test-assertion regression (now fixed).

Breaking Changes

  • --full-auto flag deprecated (removed from help, will hard-error in future) → replace with --sandbox workspace-write
  • All repo-wide `codex exec --full-auto` invocations updated to `codex exec --sandbox workspace-write`

Security Fixes

  • Budget-file quoting footgun fixed: path interpolation now uses os.environ, preventing SyntaxError injection

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]