| name | cx |
| description | Spawn Codex CLI sub-agents non-interactively with fixed model/effort and required flags (web search, skills, yolo). Use when dispatching a single agent per bead via codex exec with a positional prompt string and locked defaults. |
cx
Workflow
- Accept a positional prompt string (required).
- Run
scripts/cx-exec.sh "$PROMPT".
- Do not override defaults; update the script if defaults change.
Defaults
- Model: gpt-5.2-codex
- Reasoning effort: high (via
-c model_reasoning_effort="high")
- Flags:
--search, --enable web_search_request, --enable skills, --yolo
- Mode:
codex exec (non-interactive)
Script
Example
scripts/cx-exec.sh "Work bead 123. Use skill resolve. Source the next task per that skill's workflow."