Antigravity IDE 2.0 Compatibility
- Broadened chat-container detection to handle renamed containers in Antigravity IDE 2.0. Added
#thread,#messages,#history,#sessionto the candidate selector list alongside#cascade/#conversation. - Added content-based container fallback: finds the closest common ancestor of the first message element and the composer, so the correct container is identified even when its ID is unknown.
- Updated
cascadeChildcomposer-removal selector,isSnapshotUsableregex, and the CDP probe to recognise all new container names. - Broadened
CHAT_SURFACE_SELECTORin the mobile client to match new container IDs.
Blank Page Fix
- Fixed a bug where opening the mobile UI returned a blank page when the active workspace contained a
public/folder (e.g. a React or Next.js project) without anindex.html. The extension now only prefers the workspacepublic/directory if it containsindex.html; otherwise it falls back to the extension's own bundled UI.