mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:40:13 -04:00
fix: correct Codex model mappings and effort levels
- opus → gpt-5.4, sonnet → gpt-5.3-codex, haiku → gpt-5.1-codex-mini - effort max → extra high (was xhigh) - config.toml default model → gpt-5.3-codex - README model mapping table updated
This commit is contained in:
parent
49b2f71c94
commit
68217dfd4b
2 changed files with 9 additions and 9 deletions
|
|
@ -87,9 +87,9 @@ nix develop # enter devShell with yq + envsubst
|
|||
|
||||
| Claude Code | Codex CLI |
|
||||
|---|---|
|
||||
| `opus` | `o3` |
|
||||
| `sonnet` | `o4-mini` |
|
||||
| `haiku` | `o4-mini` |
|
||||
| `opus` | `gpt-5.4` |
|
||||
| `sonnet` | `gpt-5.3-codex` |
|
||||
| `haiku` | `gpt-5.1-codex-mini` |
|
||||
|
||||
### Template variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue