pin codex (#780)
This commit is contained in:
committed by
GitHub
parent
aedbce5c4f
commit
510a7cb042
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user