Skip to content

Commit d45989a

Browse files
docs: port #13339 to V2 — Antigravity attachments reach the agent by path
Main's #13339 changed V1's Antigravity adapter to pass unsupported files by path, and the merge brought its doc text, which describes V1's native PDF, text, and audio limits. V2's Antigravity runs through AcpAdapterV2, which embeds only images and passes every other attachment as a saved path (AttachmentPrompt.providerMessageTextWithAttachmentPaths), with reads confined by AntigravityClientFiles. The V1 support code merged but has no V2 caller. The provider page now describes V2's behavior. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
1 parent df06b8b commit d45989a

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

‎docs/user/providers-antigravity.md‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,9 @@ Skills for every project go in `~/.gemini/config/skills` or
9292
`~/.gemini/antigravity-cli/skills`. Antigravity does not read `~/.agents/skills`,
9393
so a skill there only appears when the project itself is your home directory.
9494

95-
Antigravity accepts images, PDFs, text files, and supported audio formats directly.
96-
Its limits are 1 MiB per text file, 10 MiB per image, 20 MiB per audio clip, and
97-
50 MiB total native attachments per message. PDFs, text, and audio that exceed
98-
their native limits or the remaining native budget are passed as file paths
99-
for the agent to inspect with tools. ZIP archives and videos also use file paths.
100-
These files do not count toward the native attachment budget or enable native video input.
101-
Unsupported image formats are rejected. The native limits can be lower than
102-
the general upload limit.
95+
Antigravity receives images directly. Every other attachment, including PDFs,
96+
text, audio, archives, and videos, is passed as a saved file path for the agent
97+
to inspect with its tools. A video path does not enable native video input.
10398

10499
### Subagents
105100

0 commit comments

Comments
 (0)