This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+13 more
Affected surfaces
Summary
AI summaryCodex 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 fromcodex exec --help, emits a
deprecation warning; will hard-error in a future release). Every live
codex exec --full-autoinvocation across the codebase is now
codex exec --sandbox workspace-write(the documented replacement;
codex execis non-interactive by default so the loop stays autonomous).
--skip-git-repo-checkis 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 onworkspace-write, matching what
--full-autoalways 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 apython3 -c
program, so a path containing a quote raised a SyntaxError. The path and
numeric values now pass viaos.environ(single-quoted program), matching the
establishedrun.shconvention. 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
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]