| name | codex-model-mapping |
| description | Codex CLI delegation model floors, sandboxes, and acceptance gates. |
| disable-model-invocation | true |
Codex Model Mapping
Map generic delegation floors to Codex like this.
| Floor | Codex mapping | Sandbox | Gate |
|---|
| Scout | codex exec -m gpt-5.4-mini | workspace-write (scratch/findings only; do not patch application code) | Return scratch path, 3-line summary, confidence. Parent sanity-checks only. |
| Builder | codex exec -m gpt-5.6-terra with model_reasoning_effort="low" for small patches, medium when tests or logic are non-trivial | workspace-write | Relevant tests/build/checks pass or the delegatee reports the blocker. |
| Senior | codex exec -m gpt-5.5 with model_reasoning_effort="medium" | workspace-write; escalate sandbox only when the task genuinely needs network or broader access | Parent may inspect scratch notes and final diff before accepting. |
| You | Parent agent | Current host permissions | No delegation. |
Prefer the lowest floor that satisfies the slice. Go up one floor when stakes, reversibility, or ambiguity are unclear.
For naming be sure to prefix the agent name with the type of agent, like 'Scout:'.