Unable to give multiple voice inputs anymore to Antigravity IDE

Several months ago, Antigravity allowed to input several voice at once. But now after recent updates we are not longer can give more than 1 audio message (which is capped at 2mins). Version of IDE:
Antigravity Version: 1.23.2

VSCode OSS Version: 1.107.0

Commit: 15487b3041e65228cae24980a3f796c905ef582c

Date: 2026-04-16T08:28:19.366Z(3 wks ago)

Electron: 39.2.3

Chromium: 142.0.7444.175

Node.js: 22.21.1

V8: 14.2.231.21-electron.0

OS: Darwin arm64 25.4.

Language Server CL: 900566399

Sending audio to the LLM is likely very token intensive. I would advice to instead build some kind of local whisper model thingy where you talk and then it pastes that into the antigravity chat window.