Expand description
Domain types shared across commands: enums for CLI options, version parsing, and structured JSONL events.
Structs§
- CliVersion
- Parsed semantic version of the Codex CLI (
major.minor.patch). - Json
Line Event - A single parsed JSONL event from
--jsonoutput. - Version
Parse Error
Enums§
- Approval
Policy - When the model should ask for human approval before executing commands.
- Color
- Color output mode for exec commands.
- Sandbox
Mode - Sandbox policy for model-generated shell commands.