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:
committed by
GitHub
parent
83602590e9
commit
40252b6ea7
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user