committed by
GitHub
parent
6a129d0fa8
commit
d0bb5cdb75
@@ -79,6 +79,12 @@
|
||||
"model": "gpt-5.1-codex-max",
|
||||
"sandbox": "danger-full-access"
|
||||
}
|
||||
},
|
||||
"CODEX": {
|
||||
"CODEX": {
|
||||
"model": "gpt-5.2-codex",
|
||||
"sandbox": "danger-full-access"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OPENCODE": {
|
||||
@@ -224,4 +230,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -210,7 +210,7 @@ impl StandardCodingAgentExecutor for Codex {
|
||||
|
||||
impl Codex {
|
||||
pub fn base_command() -> &'static str {
|
||||
"npx -y @openai/codex@0.71.0"
|
||||
"npx -y @openai/codex@0.75.0"
|
||||
}
|
||||
|
||||
fn build_command_builder(&self) -> CommandBuilder {
|
||||
|
||||
Reference in New Issue
Block a user