Bump codex version to 0.46 (#981)

This commit is contained in:
Solomon
2025-10-09 12:18:39 +01:00
committed by GitHub
parent a584eda876
commit 21876fddc1

View File

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