Bump codex (#1345)

* Done. Bumped codex from 0.58.0 to 0.60.1 in [codex.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/8d60-bump-codex/crates/executors/src/executors/codex.rs#L171).

* Added `gpt-5.1-codex-max` model variant as a new `MAX` profile in [default_profiles.json](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/8d60-bump-codex/crates/executors/default_profiles.json#L62-L68).
This commit is contained in:
Louis Knight-Webb
2025-11-20 10:51:09 +00:00
committed by GitHub
parent 83602590e9
commit 40252b6ea7
2 changed files with 7 additions and 1 deletions

View File

@@ -58,6 +58,12 @@
"sandbox": "workspace-write",
"ask_for_approval": "unless-trusted"
}
},
"MAX": {
"CODEX": {
"model": "gpt-5.1-codex-max",
"sandbox": "danger-full-access"
}
}
},
"OPENCODE": {