OpenAI has officially introduced the Ralph loop feature for Codex CLI — a new /goal command that executes persistently across multiple rounds until it completes its objective.
https://twitter.com/fcoury/status/2049917871799636201
The feature arrived in version 0.128.0, but you'll need to opt in by adding goals = true under [features] in ~/.codex/config.toml.
[features]
goals = trueRight now, it's terminal CLI only — the desktop app hasn't caught up yet.
No more hand-rolling shell scripts, using Git as external memory, or typing out --dangerously-bypass-approvals-and-sandbox. Just /goal.