chore: bump codex (#1615)

* bump codex

* no codex default
This commit is contained in:
Gabriel Gordon-Hall
2025-12-19 15:07:37 +00:00
committed by GitHub
parent 6a129d0fa8
commit d0bb5cdb75
2 changed files with 8 additions and 2 deletions

View File

@@ -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 @@
}
}
}
}
}

View File

@@ -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 {