Skip to content

v0.3.10 — Codex Auth Fix, CLI Command Restoration

Choose a tag to compare

@Keesan12 Keesan12 released this 24 Jun 17:11

What's Fixed

Codex Governed Launches

Spawned Codex subprocesses now pass --ignore-user-config to prevent auth-sensitive MCP servers and plugin surfaces from poisoning governed runs. Default model changed from codex to gpt-5.4 to avoid unsupported model errors under ChatGPT-account auth.

CLI Version Reporting

The vendored CLI manifest version is now aligned with the root package version. martin-loop --version reports the installed version correctly, not a stale build artifact.

All CLI Commands Restored

start, tour, env, review, receipts explain, and enable commands restored after the public repo merge. The previous 0.3.9 npm build was missing these.

Stale Flag Reference Removed

Codex error guidance now references --ignore-user-config --sandbox workspace-write instead of the non-existent --ask-for-approval never flag.

Subpath Exports

martin-loop/core, martin-loop/contracts, and martin-loop/adapters are now importable subpaths for downstream packages.

Install

npm install -g martin-loop@0.3.10