Back
GoogleGemini API
Antigravity Agent 09-2026: Released antigravity-preview-09-2026, which replaces and deprecates…
AI summary
Written by AI from the official notes. Check them for exact details.Antigravity Agent 09-2026 has been released, replacing the previous version and introducing new parameters and file handling methods.
- Replaces antigravity-preview-05-2026, which will shut down on October 5, 2026.
- New parameters use PascalCase instead of snake_case.
- File edits now use line-range replacements instead of full rewrites.
- Updated file reading and directory listing methods.
Why it matters: Users of Antigravity Agent should update to the new version to ensure continued functionality.
Full release notes
- Antigravity Agent 09-2026: Released
antigravity-preview-09-2026, which replaces and deprecatesantigravity-preview-05-2026. If you run on a remote sandbox (environment: "remote") and read onlyoutput_textormodel_outputsteps, update the agent string and nothing else changes. If you run tools locally (local_environment) or parsefunction_callsteps, the built-in tools changed. Parameters use PascalCase instead of snake_case, and file edits use line-range replacements instead of full rewrites. Capability 05-2026 09-2026 File creationwrite_file(path, content)write_to_file(TargetFile, CodeContent, Overwrite, Description)File editingwrite_file(path, content), full rewritereplace_file_content(TargetFile, StartLine, EndLine, TargetContent, ReplacementContent)File readingread_file(path, offset, limit), byte offsetsview_file(AbsolutePath, StartLine, EndLine, ContentOffset)Directory listinglist_files(path)list_dir(DirectoryPath)File and code search None, agents used shell commandsfind_by_name(SearchDirectory, Pattern, MaxDepth)andgrep_search(SearchPath, Query, IsRegex)Shell executioncode_execution(command, timeout_seconds)Unchanged Web searchgoogle_search(queries)Unchanged See the Antigravity Agent guide.antigravity-preview-05-2026shuts down on October 5, 2026, tracked on the deprecations page.