Codex CLI runner
@conduit-harness/conduit-runner-codex-cli invokes the codex (OpenAI Codex CLI) as a subprocess inside the issue’s worktree.
Install
Section titled “Install”npm install -g @conduit-harness/conduit-runner-codex-cliThe codex binary must be installed and on PATH.
Workflow snippet
Section titled “Workflow snippet”agent: kind: codex-cli max_concurrent_agents: 1codex-cli: model: gpt-5Token usage
Section titled “Token usage”The runner automatically enables the --json flag in non-interactive mode (codex exec) to capture token usage metrics. These are surfaced in the success comment when the tracker supports it.
If you specify a custom command, the runner will append --json if not already present.