fix: update Codex executor for gpt-5.3-codex support

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
apple-techie 2026-02-12 18:12:17 +07:00 committed by decolua
parent 9c9af25acd
commit d7d5dc90bc
5 changed files with 60 additions and 14 deletions

View file

@ -17,10 +17,7 @@ const OAUTH_TEST_CONFIG = {
checkExpiry: true,
},
codex: {
url: "https://api.openai.com/v1/models",
method: "GET",
authHeader: "Authorization",
authPrefix: "Bearer ",
checkExpiry: true,
refreshable: true,
},
"gemini-cli": {