Commit f49fddd
preset(standard): add explicit codex default (gpt-5.4)
Previously the default tier had no codex override, so Codex users
running `extends: standard` with no further overrides got the
Anthropic default flattened as-is — which Codex can't route natively.
Pin the default on Codex to gpt-5.4 (OpenAI's current recommended
model per their 2026-04 docs) so the preset works out of the box on
Codex without requiring the user to remember they need an override.
Also tightens the header comment to name the specific harness/provider
docs used to verify picks (Claude Code model config, Cursor models,
Codex models, OpenCode models) rather than a generic list.
31/31 iso-route tests pass — preset load + merge semantics unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 756a58d commit f49fddd
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments