Expand description
JSONL event types for Codex CLI exec --json mode.
These types model the events emitted on stdout when Codex runs in
codex exec --json mode. Each line is a complete JSON object with
a type tag discriminating the event kind.
Structs§
- Codex
Error - Codex
Event - A single JSONL event from
codex exec --jsonstdout. - Codex
Item - A thread item carried by item.started / item.updated / item.completed events.
- Codex
Usage
Functions§
- codex_
sdk_ args - Build the Codex exec argv for SDK (JSONL) mode.
- codex_
sdk_ command - Build the Codex exec command for SDK (JSONL) mode.