Bump codex (#1191)

This commit is contained in:
Alex Netsch
2025-11-05 16:07:01 +00:00
committed by GitHub
parent aea6673a90
commit 7123d7b3b5

View File

@@ -168,7 +168,7 @@ impl StandardCodingAgentExecutor for Codex {
impl Codex {
fn build_command_builder(&self) -> CommandBuilder {
let mut builder = CommandBuilder::new("npx -y @openai/codex@0.46.0 app-server");
let mut builder = CommandBuilder::new("npx -y @openai/codex@0.55.0 app-server");
if self.oss.unwrap_or(false) {
builder = builder.extend_params(["--oss"]);