Skip to main content

Module codex

Module codex 

Source
Expand description

OpenAI Codex agent driver.

Launches codex -a never exec "<prompt>" in non-interactive mode with JSON output. -a never is the GLOBAL approval flag and must precede exec — verified against the installed CLI (a codex exec -a never placement is rejected as an unknown argument).

Structs§

CodexDriver
The modular driver for Codex (37-03): owns the launch argv, the JSONL completion parsing, the signing-disable environment, and the Codex-native workflow-reference prompt.