gpt-5.2 (#1503)
This commit is contained in:
@@ -51,20 +51,20 @@
|
|||||||
"CODEX": {
|
"CODEX": {
|
||||||
"DEFAULT": {
|
"DEFAULT": {
|
||||||
"CODEX": {
|
"CODEX": {
|
||||||
"model": "gpt-5.1-codex",
|
"model": "gpt-5.2",
|
||||||
"sandbox": "danger-full-access"
|
"sandbox": "danger-full-access"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"HIGH": {
|
"HIGH": {
|
||||||
"CODEX": {
|
"CODEX": {
|
||||||
"model": "gpt-5.1-codex",
|
"model": "gpt-5.2",
|
||||||
"sandbox": "danger-full-access",
|
"sandbox": "danger-full-access",
|
||||||
"model_reasoning_effort": "high"
|
"model_reasoning_effort": "high"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"APPROVALS": {
|
"APPROVALS": {
|
||||||
"CODEX": {
|
"CODEX": {
|
||||||
"model": "gpt-5.1-codex",
|
"model": "gpt-5.2",
|
||||||
"sandbox": "workspace-write",
|
"sandbox": "workspace-write",
|
||||||
"ask_for_approval": "unless-trusted"
|
"ask_for_approval": "unless-trusted"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -210,7 +210,7 @@ impl StandardCodingAgentExecutor for Codex {
|
|||||||
|
|
||||||
impl Codex {
|
impl Codex {
|
||||||
pub fn base_command() -> &'static str {
|
pub fn base_command() -> &'static str {
|
||||||
"npx -y @openai/codex@0.63.0"
|
"npx -y @openai/codex@0.71.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn build_command_builder(&self) -> CommandBuilder {
|
fn build_command_builder(&self) -> CommandBuilder {
|
||||||
|
|||||||
Reference in New Issue
Block a user