Codex extension 26.721.30844 fails to load in Antigravity 2.1.1 due to proposed API requirements
Resolved 💬 3 comments Opened Jul 26, 2026 by eldaduz Closed Jul 26, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the IDE extension are you using?
26.721.30844
Which IDE are you using?
Google Antigravity IDE 2.1.1 on Windows x64
VS Code OSS base: 1.107.0
What issue are you seeing?
After updating the Codex extension to 26.721.30844, the Codex sidebar shows only:
Oops, an error has occurred
The previous extension version, 26.715.61943, works normally on the same machine after rollback.
Antigravity's extension-host logs show that the updated extension requests proposed APIs which Antigravity refuses to grant:
Extension 'openai.chatgpt' CANNOT use API proposal: chatSessionsProvider
Extension 'openai.chatgpt' CANNOT USE these API proposals 'chatSessionsProvider, languageModelProxy'
The Codex log then records an error boundary after a /settings/user request returned HTTP 403.
Steps to reproduce
- Use Antigravity IDE 2.1.1 on Windows (VS Code OSS 1.107.0).
- Install or update
openai.chatgptto 26.721.30844. - Open the Codex sidebar.
- Observe the error screen.
Expected behavior
The Codex panel should load normally, as it does with 26.715.61943.
Workaround
Roll back with:
antigravity.cmd --install-extension openai.chatgpt@26.715.61943 --force
Restart Antigravity after installation.
Additional context
Antigravity's UI incorrectly reports that no older versions are available, even though the Marketplace version can be installed through its CLI.
3 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Closing as a duplicate of #35240. This report reproduces the same 26.721.30844
/settings/userHTTP 403 and error-boundary failure in Google Antigravity IDE 2.1.1 (VS Code OSS 1.107.0). Antigravity additionally logs refused proposed API requests forchatSessionsProviderandlanguageModelProxy; rollback to 26.715.61943 restores the panel.workaround is trash, doesnt fix anything