chore(auth): remove deprecated models and ChatGPT hotfix

- Remove gemini-3-pro-medium and gemini-3-flash-lite (deprecated in antigravity v1.2.7)
- Remove CHATGPT_HOTFIX_REPO variable and setupChatGPTHotfix() function
- Update CODEX_PROVIDER_CONFIG to modern variants system

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2026-01-05 23:03:11 +09:00
parent 448351bbdb
commit eadb065a40
3 changed files with 41 additions and 107 deletions
-2
View File
@@ -12,10 +12,8 @@ describe("config-manager ANTIGRAVITY_PROVIDER_CONFIG", () => {
const required = [
"gemini-3-pro-high",
"gemini-3-pro-medium",
"gemini-3-pro-low",
"gemini-3-flash",
"gemini-3-flash-lite",
]
for (const key of required) {