bump coding agents (#1302)

This commit is contained in:
Gabriel Gordon-Hall
2025-11-17 18:03:23 +00:00
committed by GitHub
parent 6067dc693b
commit 8fcc6f31b1
7 changed files with 10 additions and 7 deletions

View File

@@ -41,17 +41,20 @@
"CODEX": {
"DEFAULT": {
"CODEX": {
"model": "gpt-5.1-codex",
"sandbox": "danger-full-access"
}
},
"HIGH": {
"CODEX": {
"model": "gpt-5.1-codex",
"sandbox": "danger-full-access",
"model_reasoning_effort": "high"
}
},
"APPROVALS": {
"CODEX": {
"model": "gpt-5.1-codex",
"sandbox": "workspace-write",
"ask_for_approval": "unless-trusted"
}