Environment
-
Application: Google Antigravity 2.0 (Desktop, version 2.11.0, Windows 11)
-
Feature: Agent Chat UI /
@File Mention Autocomplete
Summary
In Antigravity 2.0 Desktop, the @ file mention autocompletion service does not maintain a unified index in multi-folder workspaces. When working with multiple open folders, the @ suggestion popup only indexes one root folder at a time (typically the most recently added), making all files in the other project folders completely invisible to the @ picker.
Steps to Reproduce
-
In Antigravity 2.0 Desktop, open a project containing at least two root folders (e.g.,
Folder-AandFolder-B). -
In the chat prompt, type
@followed by the filename of a document located insideFolder-A.
Observed Behavior
-
The
@suggestion popup displays “No results” for any file located inFolder-A. -
Only files from
Folder-Bare surfaced in the autocomplete list.
Expected Behavior
The @ mention search service should aggregate and index all root directories declared in the multi-folder project so that any file can be referenced regardless of which folder it resides in.
Question
Is this intended behavior, a bug, or a misconfiguration on my side?