diff --git a/skills/codex-delegate/SKILL.md b/skills/codex-delegate/SKILL.md index f41b98e..ce78a69 100644 --- a/skills/codex-delegate/SKILL.md +++ b/skills/codex-delegate/SKILL.md @@ -48,7 +48,7 @@ Full routing table and good/bad examples: `references/delegation-targets.md`. ## Compatibility - Tested with `@openai/codex` 0.128.0 (May 2026). Should work with any version that accepts `codex exec --sandbox workspace-write`. -- Default model: `gpt-5.4` (override via `--model` or `-Model`). Other models on your CLI: see `codex models`. +- Default model: `gpt-5.4` (override via `--model` or `-Model`). `gpt-5.5` is also available on `codex-cli` 0.128.0+ and produces more idiomatic output at ~3× the token cost; trade-offs and an A/B-test recipe live in `references/model-selection.md`. Other models on your CLI: see `codex models`. - Wrapper calls `codex exec --sandbox workspace-write -C -m `. The older `--full-auto` flag is deprecated in 0.128+ and was replaced. - `codex exec` runs in non-interactive mode and auto-approves (no `--ask-for-approval` flag exists on `exec`; that flag is top-level only). - Direct `codex exec` calls must close stdin (`