[BUG] Fatal DI Crash on Clean Install / Update: aae depends on UNKNOWN service agentSessions (macOS)

Environment

Antigravity IDE Version: 2.0.1

VSCode OSS Version: 1.107.0

Commit: bf9a033f33934fb4496d7eebed52486272437c3a

Date: 2026-05-19T04:56:43.093Z

Language Server CL: 917586812

OS: Darwin arm64 25.5.0 (macOS, Apple M4 Max)

Electron / Chromium / Node.js: 39.2.3 / 142.0.7444.175 / 22.21.1

Type: Fatal Dependency Injection Error / Extensions Marketplace Failure

Problem Description

After upgrading to Antigravity 2.0, the built-in AI Agent Manager and the Extensions Marketplace completely stopped working. The IDE keeps throwing an Unexpected HTTP response: 429 error when trying to fetch extension manifests, accompanied by an endless cycle of critical Window log crashes.

Even after performing a 100% clean installation (manually wiping ~/Library/Application Support/Antigravity IDE, clearing ~/.antigravity, and purging the cache folders), the core Dependency Injection container reliably crashes upon startup because the system cannot find the agentSessions service required by the aae (Antigravity Agent Environment) component.

Steps to Reproduce

  1. Perform a clean install of the latest Antigravity IDE on macOS.

  2. Launch the IDE and try to access the “Build with Google” setup screen or install any plugin.

  3. Open the Output view and switch the log output channel to “Window”.

  4. Observe the fatal DI error loop and menu item reference command failures.

Relevant Log Output (Window Channel)

[text]
2026-05-20 12:24:43.978 [error] [Window] [createInstance] aae depends on UNKNOWN service agentSessions.: Error: [createInstance] aae depends on UNKNOWN service agentSessions.
at Jcr._throwIfStrict (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:5510)
at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1818)
at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

[error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravitySettings` which is not defined in the 'commands' section.
[error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravityExtensions` which is not defined in the 'commands' section.
[error] [Window] [google.antigravity]: Menu item references a command `antigravity.prioritized.chat.open` which is not defined in the 'commands' section.
[error] [Network] #14: [https://open-vsx.org/vscode/gallery/extensionquery](https://open-vsx.org/vscode/gallery/extensionquery) - error POST Canceled
[error] [Window] Error: Server returned 429

Impact

This issue completely breaks the core feature of the Antigravity platform, transforming the IDE into a basic text editor with zero functional agent capabilities or plugin integrations. Clearing caches or resetting settings.json provides no resolution, indicating that the agentSessions module is either missing or misconfigured directly inside the distributed workbench.desktop.main.js build.

Please address this dependency coupling issue as soon as possible.

same
get error when install extensions from marketplace

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vsliveshare.vsliveshare' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'fileComments' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.copilot-chat' wants API proposal 'chatVariableResolver' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.copilot-chat' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.gather' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.604 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.vscode-pylance' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-toolsai.jupyter' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'dbaeumer.vscode-eslint' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-azuretools.vscode-azure-github-copilot' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'redhat.java' wants API proposal 'documentPaste' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.605 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'vscjava.vscode-java-pack' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:01.683 [error] [Window] [createInstance] aae depends on UNKNOWN service agentSessions.: Error: [createInstance] aae depends on UNKNOWN service agentSessions.

    at Jcr._throwIfStrict (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:5510)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1818)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

    at new Mni (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:9884)

    at new ZOn (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:18977)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:2181)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

    at new Oni (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:22191)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:2181)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

2026-05-20 12:30:01.810 [info] [Window] Started local extension host with pid 8329.

2026-05-20 12:30:01.957 [error] [Window] [vscode.git]: property `title` is mandatory and must be of type `string` or `object`

2026-05-20 12:30:01.957 [error] [Window] [vscode.git]: property `title` is mandatory and must be of type `string` or `object`

2026-05-20 12:30:01.958 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravitySettings` which is not defined in the 'commands' section.

2026-05-20 12:30:01.958 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravityExtensions` which is not defined in the 'commands' section.

2026-05-20 12:30:01.958 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.prioritized.chat.open` which is not defined in the 'commands' section.

2026-05-20 12:30:02.207 [info] [Window] [AntigravityPlugins] Installed plugin 'Google.securecoder.securecoder' from extension 'Google.securecoder'

2026-05-20 12:30:02.611 [error] [Window] [Extension Host] No LS client info found for local authority

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.vscode-selfhost-test-provider' wants API proposal 'attributableCoverage' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vsliveshare.vsliveshare' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'fileComments' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.copilot-chat' wants API proposal 'chatVariableResolver' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'github.copilot-chat' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.gather' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.vscode-pylance' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.debugpy' wants API proposal 'contribIssueReporter' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-toolsai.jupyter' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'dbaeumer.vscode-eslint' wants API proposal 'notebookCellExecutionState' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-azuretools.vscode-azure-github-copilot' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'ms-vscode.cpptools' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'redhat.java' wants API proposal 'documentPaste' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.930 [warning] [Window] Via 'product.json#extensionEnabledApiProposals' extension 'vscjava.vscode-java-pack' wants API proposal 'lmTools' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.

2026-05-20 12:30:16.970 [error] [Window] [createInstance] aae depends on UNKNOWN service agentSessions.: Error: [createInstance] aae depends on UNKNOWN service agentSessions.

    at Jcr._throwIfStrict (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:5510)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1818)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

    at new Mni (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:9884)

    at new ZOn (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:18977)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:2181)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

    at new Oni (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6510:22191)

    at Jcr._createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:2181)

    at Jcr.createInstance (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5841:1611)

2026-05-20 12:30:17.014 [info] [Window] Started local extension host with pid 8392.

2026-05-20 12:30:17.023 [error] [Window] [vscode.git]: property `title` is mandatory and must be of type `string` or `object`

2026-05-20 12:30:17.023 [error] [Window] [vscode.git]: property `title` is mandatory and must be of type `string` or `object`

2026-05-20 12:30:17.023 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravitySettings` which is not defined in the 'commands' section.

2026-05-20 12:30:17.023 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.importAntigravityExtensions` which is not defined in the 'commands' section.

2026-05-20 12:30:17.023 [error] [Window] [google.antigravity]: Menu item references a command `antigravity.prioritized.chat.open` which is not defined in the 'commands' section.

2026-05-20 12:30:17.230 [info] [Window] [AntigravityPlugins] Installed plugin 'Google.securecoder.securecoder' from extension 'Google.securecoder'

2026-05-20 12:30:30.907 [error] [Window] [Extension Host] Failed to get status: l: Language server has not been started!

    at get client (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:938209)

    at file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:939667

    at h (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:939994)

    at async file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:537113

    at async UC._executeContributedCommand (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:130:52301)

2026-05-20 12:30:30.909 [error] [Window] [Extension Host] Failed to get status: l: Language server has not been started!

    at get client (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:938209)

    at file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:939667

    at h (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:939994)

    at async kR.value (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/extensions/antigravity/dist/extension.js:2:537193)

2026-05-20 12:30:36.972 [error] [Window] cannot decode message google.internal.cloud.code.v1internal.UserSettings from JSON: "[object Object]" is not valid JSON: Error: cannot decode message google.internal.cloud.code.v1internal.UserSettings from JSON: "[object Object]" is not valid JSON

    at $ji (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:109:67121)

    at Rot (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:109:63100)

    at Object.setUserAccountSettings (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:4476:75691)

    at Object.call (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:46:5425)

    at Ynt.onPromise (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:44:16261)

    at Ynt.onRawMessage (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:44:15676)

    at Zre.value (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:44:14955)

    at En._deliver (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:2918)

    at En._deliverQueue (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:3009)

    at En.fire (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:3346)

    at Zre.value (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:41:6097)

    at En._deliver (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:2918)

    at En.fire (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:3239)

    at Zre.value (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:41:6277)

    at En._deliver (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:2918)

    at En.fire (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:43:3239)

    at Q (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:41:8533)

    at IpcMainImpl.r (file:///Applications/Antigravity%20IDE.app/Contents/Resources/app/out/main.js:49:13215)

    at IpcMainImpl.emit (node:events:531:35)

    at Session.<anonymous> (node:electron/js2c/browser_init:2:106616)

    at Session.emit (node:events:519:28)

2026-05-20 12:30:38.337 [error] [Window] Error while getting the latest version for the extension ms-dotnettools.csharp. Error: Unexpected HTTP response: 429

2026-05-20 12:30:38.525 [error] [Window] command 'securecoder.enable' not found: Error: command 'securecoder.enable' not found

    at $zt._tryExecuteCommand (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5718:7378)

    at $zt.executeCommand (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5718:7276)

2026-05-20 12:30:41.568 [error] [Window] Error: Server returned 429

    at GW (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4928:13058)

    at Urr.getManifest (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5799:44471)

    at async mrr.installFromGallery (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:8380:8631)

    at async vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6923:51007

2026-05-20 12:30:41.577 [error] [Window] Server returned 429: Error: Server returned 429

    at GW (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4928:13058)

    at Urr.getManifest (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5799:44471)

    at async mrr.installFromGallery (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:8380:8631)

    at async vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6923:51007

2026-05-20 12:30:41.742 [error] [Window] Error: Server returned 429

    at GW (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4928:13058)

    at Urr.getManifest (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5799:44471)

    at async _Fe.render (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6851:9599)

    at async _Fe.setInput (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6851:7600)

    at async qxn.doSetInput (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5149:69247)

    at async qxn.doOpenEditor (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5149:67009)

    at async qxn.openEditor (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5149:65934)

    at async vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:5261:52146

    at async T7n.open (vscode-file://vscode-app/Applications/Antigravity%20IDE.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6923:25236)