Skip to content

Codex CLI runner

@conduit-harness/conduit-runner-codex-cli invokes the codex (OpenAI Codex CLI) as a subprocess inside the issue’s worktree.

Terminal window
npm install -g @conduit-harness/conduit-runner-codex-cli

The codex binary must be installed and on PATH.

agent:
kind: codex-cli
max_concurrent_agents: 1
codex-cli:
model: gpt-5

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.

packages/conduit-runner-codex-cli