pin codex (#780)

This commit is contained in:
Louis Knight-Webb
2025-09-18 23:11:33 +01:00
committed by GitHub
parent aedbce5c4f
commit 510a7cb042

View File

@@ -84,7 +84,7 @@ pub struct Codex {
impl Codex {
fn build_command_builder(&self) -> CommandBuilder {
let mut builder = CommandBuilder::new("npx -y @openai/codex@latest exec")
let mut builder = CommandBuilder::new("npx -y @openai/codex@0.38.0 exec")
.params(["--json", "--skip-git-repo-check"]);
if let Some(sandbox) = &self.sandbox {