Bump codex version to 0.46 (#981)
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user