Explore our next generation products
Products
Built for developers in the agent-first era
Everything you need to stay up-to-date and get help
Explore our next generation products
Products
Built for developers in the agent-first era
Everything you need to stay up-to-date and get help

New versions are rolled out gradually and may take a few days to reach all users.
Version
Description
2.15.0
September 18, 2026
Custom agent controls and keyboard navigation
Custom agents can now switch off the default prompts and tools, and the agent you pick sticks with you after a reload. This release also adds Page Up, Page Down, Home, End, and Escape for moving around a conversation, speeds up switching conversations in the sidebar, and fixes a batch of settings and conversation state issues.
Improvements (7)
- Custom agents can now switch off the default prompt sections and default tools and add back only the tools they need.
- Page Up, Page Down, Home, and End now scroll through a conversation, and Escape steps out of the prompt box.
- The custom agent you pick in the message box is remembered after a reload, and resets to the main agent if that agent is deleted or turned off.
- Dragging a file over the chat now highlights the message box itself, so it is clearer where the file will land.
- The project picker above the message box now reads "No Project" when you are working outside of a project, instead of "New Conversation".
- Improved performance when switching between conversations in the sidebar.
- Bold text in chat now renders at a slightly lighter weight so it sits better with the text around it.
Fixes (16)
- Fixed an issue where your saved settings and project list could be overwritten when the app failed to read its state file.
- Fixed an issue where permission settings accumulated duplicate entries, which made conversation files grow very large and slowed the app down.
- Fixed an issue where starting a new conversation could show a false crash recovery notice.
- Fixed an issue where a conversation started without a folder pulled in files and settings from unrelated projects you had open.
- A command that is killed when the app restarts is now reported as canceled instead of appearing to finish successfully.
- The agent now reports a clear error when it tries to read a binary file it cannot display, instead of returning unreadable content.
- A malformed tool call from the model now appears as a short "Invalid tool call" note rather than a failure.
- Fixed an issue where an error that arrived without any tool activity in the turn was dropped instead of shown in the conversation.
- Fixed an issue where a system message could appear twice, or out of order, in the chat transcript.
- Fixed an issue where a turn ending in an error or a scheduled task showed an empty expandable section.
- Chat messages now fade out smoothly at the bottom of the conversation instead of being cut off sharply.
- The close-window shortcut now closes the dialog on top, such as settings, instead of the conversation behind it, and Escape inside an open menu now closes just the menu rather than the whole dialog.
- Fixed an issue where the projects list in settings could not be collapsed again after you expanded it.
- Fixed an issue where the side pane's tabs ran underneath the controls in the top-left corner of the window when the pane was maximized and the sidebar was collapsed.
- Fixed an issue where selected rows in the file tree and file path menus rendered with a heavy blue fill.
- Fixed an issue where sending feedback with large diagnostic logs attached failed, and removed an empty gap in the feedback form.
Patches (0)
2.14.0
September 15, 2026
New Permissions System & Terminal and Git version control for Enterprise
Enterprise and Business accounts can now use the integrated terminal and Git version control in the sidebar. This release also cuts memory use in long conversations and fixes a range of stability and accessibility issues.
Improvements (10)
- Enterprise and Business accounts can now use the integrated terminal and Git version control in the sidebar.
- Conversations with very long histories now load faster and use less memory.
- Removed a redundant scan of your skills, rules, and other customization files that ran on every message, so messages are acknowledged faster.
- Settings, artifacts, and terminals opened in their own tab now load faster and no longer flash an empty container first.
- The agent's temporary scratch files are no longer watched, synced, or shown in the Artifacts panel and Review pane, so they no longer add noise to either.
- Reorganized the conversation menu so Archive and Delete sit together at the bottom behind their own divider, and added Share and Move to Group to the right-click menu.
- The command palette now opens over a dimmed backdrop with enter and exit animations, matching the other dialogs in the app.
- Renamed the global permissions section on the General settings screen to "Global Permissions" and the inherit option in project settings to "Inherit Global", so the names match the screen they point at.
- Pressing the new conversation shortcut on the home screen now toggles between your last-selected project and a standalone conversation instead of staying in standalone mode.
- Updated the Vesper dark theme with lilac and pink accents for keywords and operators, and dimmer comments.
Fixes (18)
- Fixed an issue where opening Settings, an artifact, or a terminal in its own tab could show a blank screen.
- Fixed a crash that could occur when the app failed to read your rule files.
- Fixed a memory leak where finished terminal commands held on to their full output for the rest of the session.
- Fixed an issue where the app could freeze for several seconds after reconnecting following a period of inactivity, which was most noticeable with a large number of conversations.
- Fixed an issue where subagents that had already finished could keep showing as running, which also left follow-up messages queued until restart.
- Fixed an issue where a single transient service error could end a session. Transient errors are now retried with backoff for about twelve minutes.
- Fixed two issues in the @-mention menu: categories now narrow as you type instead of waiting for search results to return, and pressing Tab no longer overwrites text you already typed.
- Fixed an issue where a markdown link pointing at a heading in the same document opened the file viewer at the project root instead of scrolling to that heading.
- Fixed an issue where an escaped dollar sign inside a block math expression prevented the formula from rendering.
- Fixed an issue where URL artifacts pointing at a Google Drive folder offered "Open Preview" as their primary action, even though Drive folders cannot be displayed in the preview pane.
- Fixed an issue where the quota reset time in the model selector was cut off mid-sentence. It now shows a compact duration, with the full text in the tooltip.
- Fixed the minimized side question button in the composer toolbar so it shows how many side questions are minimized instead of reading like a mode selector.
- Fixed duplicate titles and cramped spacing on the license selection screen.
- Fixed an issue where signing in with a personal account after using a business account failed with a project access error.
- Fixed an issue where git hooks or global git configuration on your machine could stop the app from saving its internal checkpoints.
- Fixed screen reader support for queued messages: queueing a message is now announced along with the queue length and the available actions, and the Send now, Edit, and Delete buttons are labelled.
- Fixed screen reader announcements for side questions, which could be repeated or dropped when browsing question history or when an answer arrived in the background.
- Fixed an issue where the agent produced Mermaid diagram types the app cannot render, such as Gantt charts and timelines.
Patches (0)
2.13.0
September 9, 2026
Introducing new Documents section and several UX enhancements for organization and control
External files such as Google Drive links, PDFs, and Office documents now have their own Documents section in the sidebar. This release also adds a virtualized viewer for large code and data artifacts, an option to hide whitespace-only changes in diffs, and clearer warnings when a configuration file fails to parse.
Improvements (16)
- External files such as Google Drive links, PDFs, and Office documents now appear in their own Documents section in the sidebar above Artifacts.
- Added a "Hide Whitespace Changes" option to the Review Changes overflow menu and file diff viewers to filter out whitespace-only edits.
- Code and data artifacts like SQL and JSONL files now open in a virtualized viewer with syntax highlighting and line numbers, keeping the app responsive when viewing large files and supporting inline comments.
- Commands executed in the sandbox now display a shield badge in the command header that links to sandbox documentation.
- Settings displays clear warnings with file paths and a copy button when configuration or project files fail to parse.
- Closing a side question now minimizes it to a button in the composer toolbar instead of clearing it. Clicking the button restores the panel so you can review previous side questions without retyping /btw, and a new delete button lets you remove questions you no longer need.
- Added a Cancel button and keyboard shortcuts (Ctrl+C on macOS, Ctrl+D on Linux and Windows) to interactive question prompts, letting you stop the agent and return to the chat input without submitting blank answers.
- Quote or add selected text to chat using Cmd+L or Cmd+I on macOS, or Ctrl+L and Ctrl+I on Windows and Linux. The text selection popup also adjusts button widths to fit shortcut labels.
- Agent scratch files now appear in a dedicated, collapsible Scratch Files section in the side panel rather than mixing into the primary Artifacts list. Turn cards also hide scratch files unless explicitly marked as user-facing.
- Unified sidebar section headers and spacing so row heights, collapse controls, and section gaps are consistent between pinned items and projects.
- Pin, unpin, and rename conversations directly from the command palette when a conversation is open.
- Added an option to archive the active conversation directly from the command palette, and updated archiving to navigate back to the home screen.
- Attached review comments now clear immediately from the input box and diff panes when you send a message, and restore if the message fails to send.
- Toast notifications stay on screen for 8 seconds instead of 5 seconds by default, giving you more time to read multi-line messages and error details.
- Adjusted spacing in the model quota panel and increased its maximum height to eliminate unnecessary scrollbars when viewing quota across multiple models.
- Lowered the volume of the task completion sound to match the action-required notification chime.
Fixes (16)
- Fixed an issue that could cause the conversation view to crash when rendering messages with repetitive unclosed HTML tags.
- Fixed an issue where the model selector could crash if available models failed to load or returned empty groups.
- Fixed an issue where screen readers dropped rapid status updates or missed repeated notifications like clipboard confirmations. Very long announcements are now shortened at a sentence boundary with a spoken notice.
- Fixed an issue where denying a tool permission request (for example an MCP tool call) removed the step from the conversation. Denied steps now stay visible with a Rejected label.
- Fixed an issue where the agent still prompted for permission to read or write artifact files from other projects when file access outside the current project was already allowed.
- Removed the usage panel from the model selector for Enterprise and Business accounts, which do not have per-model quotas.
- Fixed cramped vertical spacing on cards above the chat input, such as queued messages and input notifications.
- Turned off browser and operating system autocorrect, spellcheck, and capitalization in folder path and quick picker inputs so path segments are not changed while typing.
- Fixed an issue where hover cards stayed open after switching windows, moving the cursor outside the window, or dragging items.
- Fixed an issue where chat autoscroll failed to resume when scrolling near the bottom of a response.
- Fixed an issue where quoting chat text containing file links or mentions inserted unwanted line breaks into the quoted text.
- Fixed an issue where the scroll-to-bottom button remained visible when viewing trailing whitespace past the latest message, and resolved tooltip flickering during streaming responses.
- Custom sidebar widths in the auxiliary pane are now remembered instead of resetting when switching conversations.
- Fixed an issue where clicking the copy button on a failed chat turn did nothing instead of copying the error details to the clipboard.
- Fixed an issue where .ico files displayed as raw binary text in the diff viewer instead of rendering as visual image previews.
- Fixed layout alignment and spacing in the auxiliary pane so the top-right controls line up with the file header icons below.
Patches (0)
2.12.2
September 3, 2026
Gemini 3.8 Flash using ADC in AGY Enterprise
Enterprise users can now access Google's flagship Gemini 3.8 Flash reasoning models using ADC.
Improvements (1)
- Enterprise users can now select and use Gemini 3.8 Flash via ADC for agentic tasks.
Fixes (0)
Patches (0)
2.12.0
September 2, 2026
Quoting, /boost, and improved Settings
You can now highlight part of a response and quote it as context for a follow-up prompt, and paid users get the new /boost command for a deeper multi-agent reasoning pass. This release also brings UX improvements across settings, the chat panel, and sidebar navigation.
Improvements (7)
- You can now highlight portions of Antigravity responses to quote as context for follow-up prompts.
- Introduced the
/boostslash command to enhance thinking effort by using a multi-agent reasoning pipeline. - General Settings now shows which of your projects override a setting, with a link to jump straight to that project's settings, and opening Settings opens the active project's settings when overrides are present.
- Terminal split layouts are now preserved across window reloads.
- The side question panel now has back and forward controls for stepping through the questions you have asked in a session.
- You can now send a message with the send button while dictation is still running, instead of having to stop recording first.
- Dragging to select a region of an image for a comment now updates the selection immediately upon release.
Fixes (9)
- Added drag-and-drop and improved support for attaching audio files to conversations, and fixed an issue where WebM files were treated as audio.
- Fixed an issue that could cause authentication errors part way through a turn on slower network connections.
- Permission prompts again describe the specific action being requested instead of showing a generic title.
- Fixed an issue where subagents running side by side disappeared from the conversation when one of them reported progress.
- Fixed an issue where an extension or automation could briefly show an unavailable error after being restarted.
- A failing custom hook no longer ends the session; it is now reported as an error and the conversation continues.
- Fixed the connected tool server configuration dialog overflowing its window.
- Fixed the built-in workflow migration helper reporting wrong paths and moving the wrong files on Windows.
- Fixed keyboard focus rings on sidebar items being clipped or rendering with square corners.
Patches (0)
2.11.0
August 26, 2026
Generative UI and UI improvements
Generative UI renders HTML artifacts inline in chat, with support for KaTeX math and Chart.js and Plotly charts. This release also adds side-by-side terminal splits, the Darcula theme, and @path/to/file references inside AGENTS.md and custom rule files.
Improvements (10)
- Added support for referencing and inlining external files directly using
@path/to/filesyntax withinAGENTS.mdand custom rule files. - Added support for rendering YAML frontmatter as a formatted metadata card in markdown files and artifacts.
- Added support for KaTeX math formatting, Chart.js, and Plotly charts in generative UI widgets and artifact previews.
- Added the ability to split terminals side-by-side in the terminal panel using a dedicated split button or keyboard shortcut (
Ctrl+Shift+5on Linux/Windows,Cmd+\on Mac), complete with draggable divider resizing and tree indicators in the terminal list. - Added the Darcula theme preset and syntax highlighting color palette.
- Added support for viewing specific page ranges (StartPage and EndPage) in multi-page documents (like PDFs) and specifying image resolution (MediaResolution) in the
view_filetool. - Added support for hover preview card on skills chip in chat.
- Added support for defining a
rules:key in custom markdown agent frontmatter to bind specific rule files directly to an agent. - Added support for discovering custom skills, agents, and rules defined in
skills.json,agents.json, andrules.jsonconfiguration files located within project subdirectories. - Several overall UX improvements for performance, accessibility, and project configurations.
Fixes (30)
- Fixed an issue where slash commands unavailable to a selected custom agent were incorrectly shown in the command menu.
- Fixed an issue where image attachments in the message composer were lost when switching between conversations.
- Fixed an issue where Ogg audio and video files were assigned generic MIME types that could cause model errors.
- Fixed an issue where custom color themes with transparency or alpha channels caused UI text to render in red.
- Fixed an icon mismatch where the title bar overflow menu displayed a generic terminal icon instead of matching the tab icon in the side panel.
- Fixed a memory leak where uncommitted conversation renders could leave agent state updates running in the background.
- Fixed a memory leak where rapidly switching between conversations could leave background streaming connections open indefinitely.
- Fixed an issue where clicking a comment link would not scroll to the comment if it was located below the visible fold in virtualized file and diff viewers.
- Fixed an issue where project folder names with special characters or spaces were improperly decoded twice.
- Fixed an issue where newly added files in the review pane displayed an inaccurate added line count due to trailing newlines.
- Fixed an issue where users authenticated via Workforce Identity Federation (WIF / Enterprise sign-in) were logged out prematurely after one hour due to token refresh endpoint routing.
- Fixed a z-index stacking conflict where inline file change panels overlapped the @-mention dropdown menu.
- Fixed an issue where the side panel overflow menu incorrectly marked the last-clicked action with a checkmark.
- Fixed an issue where form controls and scrollbars inside generative UI widgets did not adapt to the dark or light theme.
- Fixed an issue where Enterprise users authenticating via Application Default Credentials could erroneously see an "Out of credits" error message.
- Fixed cold-start token endpoint routing to prevent HTTP 429 resource exhaustion errors on launch, and cached account authentication status to eliminate redundant backend checks on user interactions.
- Fixed an issue where long terminal commands in permission prompts caused the popup layout to overflow.
- Fixed an issue where rapid consecutive agent status updates caused repeated notification chime sounds.
- Fixed an issue where expanded tool steps and collapsible sections could collapse or remount when earlier steps updated during long conversations.
- Fixed an issue where disabled menu items displayed an active pointer cursor instead of a disabled cursor.
- Fixed an issue where previously configured command permission allow and deny rules were ignored after migrating to the updated permissions system.
- Disabled the Git Push action in repositories without a configured remote, and added clear tooltips explaining why VCS actions are disabled.
- Fixed an issue where pasting text into the integrated terminal using Ctrl+V failed unless clipboard read permissions were explicitly granted.
- Fixed an issue where artifacts created in nested subdirectories could fail to appear in the artifacts panel.
- Fixed an issue where signed-in users clicking "Manage" in Settings briefly saw an unauthenticated account overlay.
- Fixed an issue where selecting text in an assistant response failed to show the "Quote" button if the mouse drag released below the message bubble.
- Fixed authentication race conditions that could cause error loops when signing in again or leave stale account state after signing out.
- Fixed an issue where a single corrupted or empty project file could cause the entire projects sidebar to appear empty.
- Fixed an issue in the file viewer where selecting a single code token or word failed to display the comment button.
- Fixed an issue where temporary network disruptions or DNS lookup timeouts during startup caused permanent account failure screens instead of automatically retrying.
Patches (0)
2.10.0
August 24, 2026
Embedded Terminals, Git Version Control, and Audio Attachments
An embedded terminal and Git-native version control now live directly in the sidebar. This release also adds audio file attachments, interactive image commenting, richer previews for MCP tool execution, and core performance work.
Improvements (13)
- Added an embedded terminal directly in the sidebar (Ctrl/Cmd + `), allowing you to run build commands, test suites, and scripts without switching applications.
- Introduced Git version control in the Review pane to inspect working tree diffs, stage and unstage files, and commit changes directly within the app.
- Improved Git responsiveness and reduced background CPU usage on large repositories and projects with submodules.
- Added support for attaching audio files (MP3, WAV, M4A, AAC, OGG, FLAC, OPUS) up to 20MB via file picker or drag-and-drop.
- You can now drag to select regions and leave comments directly on any image in the file viewer, with smooth scrolling for tall images.
- Model Context Protocol (MCP) and custom tool execution steps now display structured headers, expandable argument blocks, and formatted result previews.
- Redesigned pending review comments in the chat input with unified attachment badges, file-grouped hover previews, and quick modal access for queued messages.
- Improved sidebar smoothness and message streaming responsiveness during active generation.
- URL artifact cards now open supported links (such as local dev servers and Google Docs, Sheets, Slides, and Drive) directly in an in-app preview pane.
- Improved folder picker navigation with live directory suggestions, Windows path support, and inline new folder creation.
- File search in the @-mention menu is now typo-tolerant, making it easier to reference files with approximate names.
- Markdown file previews and artifacts now cleanly format frontmatter metadata as a structured key-value summary.
- Double-clicking an option in single-select questions and confirmation prompts now immediately selects and submits the answer.
Fixes (8)
- Fixed an issue where the slash command menu and input suggestions displayed commands unsupported by the active custom agent.
- Fixed an issue where goal progress and summary sections were missing from the chat interface during /goal execution.
- Fixed an issue where unsaved edits to artifact comments could be lost when switching tabs or moving the cursor away.
- Fixed an issue where comments on image files were missing their cropped preview and comment text in the comments modal.
- Fixed an issue where image attachments in the chat composer were lost when switching between conversations.
- Fixed an issue in project settings where selecting "Inherit General" for Sandbox Mode failed to save.
- Fixed an issue where quoted text and context items in question headers appeared as raw markup instead of interactive pills.
- Fixed an issue during business login where license lookup errors would leave users on an error screen instead of prompting for a Google Cloud project ID.
Patches (0)
2.9.1
August 20, 2026
Remote Control, faster project switching, and more
This update introduces Remote Control to drive and monitor agent sessions on your local device from any browser, alongside core performance gains, improved sidebar navigation, and cleaner error recovery.
Improvements (11)
- Introduced Antigravity Remote Control, allowing you to securely connect to and drive agent sessions on your local device from any browser, with proactive push notifications when agents complete tasks or require input.
- Improved performance across the app: faster startup and project switching, faster loading of conversations with long histories, less lag during active sessions, and smoother opening and collapsing of the sidebar and side panels.
- Added the ability to collapse top-level sidebar sections. The ungrouped list now shows up to 30 conversations, and conversation actions appear instantly on hover.
- Notification toasts now appear in the bottom-right corner and collapse into a compact stack that expands on hover, so they no longer cover the screen.
- Hovering over a file's comment count pill now previews all comments on that file alongside their line numbers, and clicking a comment opens the referenced file, diff, or artifact with that comment focused.
- Refreshed the Customizations settings screen with collapsible sections and item counts for skills, rules, plugins, and custom agents, consistent back navigation across sub-pages, and clearer card layouts and status indicators for MCP server configurations.
- Clicking Retry on an agent error card now resumes the task directly, without adding an artificial "Continue" message to your conversation.
- Custom agents can now reuse the skills, rules, and subagents you already have, using a single
inheritCustomizationssetting in the agent's frontmatter. - Added support for uploading and attaching WebP images in chat.
- Added syntax highlighting for PowerShell (
.ps1,.psm1,.psd1, andpwsh/ps1code fences) and Zsh (.zsh,zsh) in chat and the file viewer. - Refreshed the Google Docs, Sheets, Slides, and Drive icons to the 2026 Workspace logos, and URL artifact cards for those products now show the product icon instead of a generic link glyph.
Fixes (15)
- Fixed an issue where Find (Ctrl+F / Cmd+F) in the Review pane missed matches that were outside the visible area or hidden inside collapsed files and folded line blocks. Search now scans all open files and automatically expands and scrolls to each match.
- Fixed an error that could stop you from rewinding a long conversation.
- Fixed an issue where a conversation could get stuck showing as still running and never return to idle, most often after pressing Stop.
- Large binary attachments returned by connected MCP tools — images, PDFs, and audio — are now saved to a file and referenced in the conversation instead of being pasted inline, where they could previously overflow the conversation and break the turn.
- Fixed an issue where one invalid or unsupported MCP server configuration would prevent all other configured MCP servers from loading.
- Fixed an issue on Windows where the Proceed button failed to appear on artifact review cards and plan editor headers.
- Fixed an issue where titles for long-running conversations could unexpectedly change to an older message.
- Fixed an issue where pinning, archiving, or restoring a conversation that was no longer available on disk appeared to succeed. The action is now reverted and an explanatory notification is shown.
- Fixed an issue where newly created conversations in the sidebar temporarily displayed raw link text instead of clean @-mention names.
- Added visible error notifications when file attachments fail because of file size limits, attachment counts, or unsupported formats.
- Fixed an issue where confirmation dialogs (such as reverting actions or deleting conversations) focused the close button by default, so pressing Enter dismissed the dialog instead of confirming it.
- Fixed an issue where updated images in chat could keep showing stale, cached versions; they now refresh on reload.
- Fixed an issue where comments added to markdown files or artifacts in preview mode attached to the first line instead of the selected text.
- Fixed an issue where images uploaded or pasted into the chat composer alongside a comment on an artifact were left out of the message sent to the model.
- Fixed an issue in the Review pane where dragging file header pills into the chat composer did not correctly reference files beyond the first.
Patches (0)
2.8.1
August 13, 2026
Chat Responsiveness Improvements
Bug fixes addressing message responsiveness when interacting with the agent.
Improvements (0)
Fixes (1)
- Improved responsiveness and reduced hanging issues when sending messages to the agent.
Patches (0)
2.8.0
August 12, 2026
Persistent Sidebar Folders, Crash Fixes, and UI Enhancements
Antigravity improves workspace organization by persisting your sidebar folder states. This release also ensures reliable file and artifact previews.
Improvements (1)
- The sidebar now remembers which folders you have collapsed or expanded, including when you use the 'Collapse All' action, keeping your Projects list organized across sessions.
Fixes (6)
- Fixed an issue that prevented submitting or dismissing the feedback form on the welcome screen.
- Fixed frequent application crashes when opening conversations that contain large command outputs. The file viewer now limits the size of files it will display, and large changes in the history are limited to ensure stability.
- Fixed a styling issue where inline code in chat messages and the file viewer did not display in the correct colors.
- Fixed a layout bug that caused multi-line commands to display without line breaks in the activity history.
- Fixed an issue where the application header and top menu bar failed to display on Linux.
- Fixed an issue where empty section headers (such as "Terminal") appeared in Settings when all contained settings were disabled.
Patches (0)
2.7.1
August 11, 2026
Reliability, Performance Gains, and User Experience Polish
Antigravity 2.7.1 introduces visual side-by-side previews for image diffs alongside comprehensive screen-reader and keyboard accessibility enhancements. This update also delivers key performance boosts, bug fixes, and UX refinements across chat interactions and project navigation.
Improvements (11)
- Improved performance of the conversation sidebar, especially when managing a large number of projects and conversations.
- Improved the performance of the conversation sidebar, reducing lag when switching between conversations.
- Added the ability to delete projects from the Project Settings page. Deleting a project permanently removes it along with all associated active and archived conversations.
- Added side-by-side previews for image files (including SVGs) when comparing file changes.
- Added a 'Last Prompt' sorting option to the display options menu, allowing you to sort your conversation history by the time of your last message.
- Improved the slash-command menu with smarter search ranking and highlighting, making it easier to find and select commands as you type.
- Adjusted the appearance of the thumbs-up and thumbs-down feedback buttons on messages so they no longer look disabled.
- The conversation hover card now displays the project name next to a folder icon, showing where the conversation is saved.
- You can now use the keyboard to navigate to action buttons and menus that appear when hovering over list items (such as pinning or deleting conversations).
- Improved sidebar organization with new conversation grouping options. You can now group conversations by project or status while keeping standalone conversations separate, or view all conversations in a single combined list.
- Improved the design and organization of the display options menu in the projects sidebar and history pages. Additionally, menu checkboxes have been updated to display clearer selection states.
Fixes (20)
- Ensured that local web servers started by the agent are reachable from your host machine.
- Fixed a visual issue where submenu items (such as the 'Copy' options) were vertically misaligned when opened.
- Fixed an issue where the chat input box lost focus after switching conversations using keyboard shortcuts.
- Fixed an issue where scrolling inside the file path dropdown would also scroll the main file path bar in the background.
- Fixed an issue where line numbers were incorrectly displayed on file pills for images, audio, and video files in the chat.
- Fixed an issue on mobile devices where the keyboard remained open after sending a message.
- Fixed an issue where selected checkbox options in menus changed text color, ensuring consistent styling across all menu items.
- Fixed an issue where the Review tab would get stuck loading when trying to display binary files or files that failed to load, replacing the spinner with an informative message.
- Fixed an issue where SVG images without specified dimensions would appear blank or collapsed when opened in the media viewer.
- Fixed an issue where renaming a conversation from the header menu did not work on mobile web browsers.
- Fixed an issue where SVG files failed to display and showed errors; they now render correctly as images in the file viewer.
- Fixed an issue where folders added to the prompt displayed file icons instead of folder icons.
- Fixed a bug where searching for text inside a file diff would fail to return matches that were scrolled off-screen.
- Fixed an issue where searching for text within markdown previews returned no results.
- Fixed a bug in the conversation display options menu where the subtitle setting could appear unselected. Conversation subtitles now display folder and branch icons next to project and branch names for improved visual clarity.
- Fixed the project selector in the input box to ensure you can see and select all your projects when starting a new conversation.
- Fixed an issue where search matches were not highlighted when searching within a file.
- Fixed an issue where the highlighted option in the @-mention menu could scroll out of view when navigating with the arrow keys.
- Fixed an issue where conversation titles in the sidebar would temporarily revert to "Untitled Conversation" while updates were loading.
- Fixed an issue where project artifacts would fail to load if the conversation was not active in the sidebar.
Patches (0)
2.6.0
August 7, 2026
Faster long conversations, more reliable hooks and subagents
Conversations with long histories now open faster, improved custom hooks and subagents behavior, and administrator policies for connected tool servers are applied correctly — plus a broad set of fixes across chat, comments and the file viewer.
Improvements (9)
- Improved the ask questions panel: clearer option selection, and continue now only activates once you've answered the current question.
- Hover details on the small icon chips in chat now appear almost immediately instead of after a noticeable pause.
- Images and videos in chat now open in a preview window when clicked, with the option to open them in a tab instead.
- Hook configurations that could never run are now rejected at load time with a clear error instead of being silently ignored.
- Projects in the command palette now use the same folder icon as the sidebar, instead of a mismatched briefcase.
- Opening long conversations is now dramatically faster.
- You can now copy an image to your clipboard from an artifact or the file viewer, using the menu or right-click.
- The conversation list now loads far faster for users with a large conversation history.
- Settings descriptions now use consistent wording throughout, and two typos in the shortcut and host address settings were fixed.
Fixes (21)
- Slash commands now work when a newline or tab separates the command from its arguments.
- Conversations started by background automations no longer disappear from the sidebar list; they now appear under the scheduled-tasks filter.
- Steps waiting on your input now show the icon for the tool involved, including in the permission prompt, instead of a generic bell.
- Fixed the comment popup following your cursor while dragging, and whole-file comments landing on the first line with no highlight.
- Agents no longer hang forever when a stop hook keeps blocking the end of a turn; the turn now finishes after repeated blocks.
- Conversations that had already finished no longer stay stuck showing as running after you quit and reopen the app.
- Fixed hovering a message revealing the Stop button on every running subagent card; now only the card you hover shows it.
- The Review Changes button's keyboard focus outline now wraps the entire button instead of only part of it.
- Hooks that call a model now stop at their configured timeout with a clear error, instead of stalling the agent indefinitely.
- Pasting plain multi-line text into the chat box no longer adds an extra blank line between each line.
- Fixed pinning and unpinning a conversation often failing on the first click and snapping back, forcing you to click repeatedly.
- Commands still running no longer display a nonsensical negative elapsed time when their start time is missing.
- Fixed administrator policies for connected tool servers being skipped at startup, which could let restricted servers start without their required settings.
- Fixed agents losing access to their built-in helpers, so research, browser and teamwork assistants work again.
- Fixed the wrong keyboard shortcut being displayed for toggling the side panel.
- Fixed the built-in browser inspection tool being wrongly blocked when your organization restricts which tool servers can run.
- Stopping a subagent now also stops everything it spawned, including nested subagents and their background tasks, instead of leaving them running.
- Fixed long answers and previews periodically jumping back to the top and losing your scroll position while you read.
- Custom hooks you define now run at the end of a turn instead of being skipped before they could fire.
- Fixed a crash that happened when you selected a region of an image and submitted a comment on it.
- Fixed a stray outline around the pending-step badge in the conversation list under some themes.
Patches (0)
2.5.0
July 31, 2026
Enterprise sign-in: Gemini Enterprise accounts and Workforce Identity Federation
Added enterprise sign-in support for Gemini Enterprise user accounts (with admin controls) and Workforce Identity Federation via Advanced SSO.
Improvements (20)
- Added support for signing in with your Gemini Enterprise user account, including support for organization admin controls.
- Allocated and auto-assigned license seats against GE-Standard & GE-Plus organization subscription tiers.
- Regionalized (US, EU, Global) model inferencing.
- Operating under Google Cloud terms of service.
- Added Workforce Identity Federation sign-in for enterprise users: select the Advanced SSO login option.
- Added per-model reasoning effort levels (Low, Medium, High).
- Added enterprise admin policies for browser features, MCP allowlists, and permission thresholds.
- Approved permissions are now remembered for the rest of the conversation.
- Sidecar links now render as pills that open the sidecar in the auxiliary pane.
- Added "Reveal in Finder/Explorer/File Manager" to the file viewer.
- Added "Collapse All Folders" and "Expand All Folders" to the command palette.
- Added search and keyboard navigation to the project selector.
- Added syntax highlighting for Objective-C, Swift, and Dart.
- External markdown links now reveal the destination URL on hover.
- The environment selector now remembers your last-used worktree.
- Increased voice recording limits.
- Improved @-mention file search speed and result stability.
- Reduced typing lag while the agent streams responses.
- Pinned conversations now show their workspace or project name.
- Improved mobile UI with native pickers and no keyboard popup on load.
Fixes (13)
- Fixed crashes in the file and artifact viewers, including SVG previews.
- Fixed a deadlock that could hang the agent while waiting for subagents.
- Fixed a hang when starting with an empty workspace.
- Improved performance when switching between conversations.
- MCP connections now refresh OAuth tokens instead of wiping credentials.
- Updated auxiliary pane tab shortcuts to avoid text navigation conflicts.
- Fixed OAuth issues with Salesforce and Atlassian MCP servers.
- Fixed deleting, toggling, and opening custom agents.
- Fixed queued messages sending automatically after reverting a step.
- Fixed diffs and Review Changes opening unexpectedly during background syncs.
- Fixed text selection drift and incorrect line numbers.
- Fixed Markdown tables and code blocks wrapping incorrectly.
- Fixed repeated notification permission prompts.
Patches (0)
2.4.3
July 28, 2026
Preview tabs, MCP timeouts, file attachments, and performance fixes
Added preview tabs, attachment support for .json, .md, and .csv files, MCP timeouts, keyboard shortcuts, and various bug fixes and improvements.
Improvements (17)
- Added a keyboard shortcut (Cmd+L / Ctrl+L) to quickly quote selected text into the chat input.
- Added support for attaching .json and .md files to the input box with distinct visual badges.
- Added preview (temporary) tabs to the auxiliary pane, allowing files to open in a temporary slot that is reused until promoted to a permanent tab (e.g., via double-click).
- Added a timeout for MCP server connections and tool calls to prevent the agent from hanging indefinitely.
- Added an 'Only Unread' filter option to the Conversation History dropdown.
- Added support for uploading and attaching CSV (.csv) files in chat as plain text.
- Added a 'Download Diagnostics' command to the command palette to download a diagnostics package (containing logs and agent state) for troubleshooting.
- Added tooltips to file links in markdown views, showing their full path on hover.
- Refined command approval rules to reduce redundant permission prompts for everyday tools.
- Improved the speed of conversation switching by optimizing trajectory summary list selectors.
- Improved authentication error messages to show the specific failure reason.
- Draft comments are now automatically saved and preserved across sessions.
- Improved interface responsiveness by preventing unnecessary re-renders when toggling sidebars or auxiliary panes.
- Improved accessibility in the Settings modal with better heading hierarchy and keyboard focus management.
- Updated the default settings screen name from 'Agent' to 'General' and updated copy for inherited settings ('Use Global' to 'Inherit General').
- Restored the default 5-second auto-dismiss behavior for in-app notifications.
- Optimized scroll performance in conversation lists and panels, especially during long chats.
Fixes (10)
- Fixed an issue where configuring duplicate tool names in customizations (such as MCP servers) caused the agent to fail to initialize.
- Fixed a potential crash in the image generation tool.
- Fixed a bug where terminal commands with quoted arguments (e.g., arguments containing pipes or special characters) were incorrectly parsed, which could cause permission checks to fail or behave unexpectedly.
- Fixed an issue where queued agent messages could be delivered and displayed out of order on Windows clients.
- Fixed an issue where live-streamed subagent steps would display as generic text instead of rich cards.
- Fixed an issue where inline markdown diff blocks could occasionally render as empty boxes.
- Fixed a bug where the Settings dialog would close unexpectedly when clicking outside an open dropdown.
- Fixed an issue where the UI would show an infinite loading spinner instead of falling back to agent edits when version control features were unavailable.
- Added view options (grouping, sorting, filtering) and fixed search filtering on the Conversation History page.
- Fixed an issue where the app doesn't request microphone permission when enabling "Record Audio" for the first time.
Patches (0)
2.3.1
July 16, 2026
Startup stability fix
Fixes a bug where an empty or malformed configuration file caused AGY to fail to load on startup.
Improvements (0)
Fixes (0)
Patches (1)
- Fixed a bug where an empty or malformed
config.jsonconfiguration file in the~/.gemini/config/directory prevented AGY from loading on startup.
2.3.0
July 13, 2026
Queued messages, plain text files support, and stability improvements
Added support for queued messages, settings to configure message execution, a send now option, plain text file attachments, and various bug fixes and improvements.
Improvements (6)
- Added support for queued messages, including settings to configure execution behavior, a "Send Now" option, and an improved input card layout.
- Added support for attaching and rendering plain text (.txt) files in conversations and optimized comment button alignment in diff views.
- Streamlined startup performance by optimizing file watching and the application initialization sequence.
- Refined command permission prompting with strict literal matching, relaxed redirection rules, and sandbox configuration improvements.
- Enhanced reliability with automatic retries on backend overload errors and resolved hangs in helper agents requesting feedback.
- Updated the default UI theme to respect system preferences instead of defaulting to dark mode.
Fixes (5)
- Fixed find-in-page (Cmd+F) search to correctly locate and highlight matches in virtualized file views.
- Improved side questions (/btw) with persistence across conversation switches, display of the agent's thinking process, and a fix for background retries when closed.
- Stopped background tasks from continuing to run after a conversation is archived.
- Fixed an issue where diffs for files with more than 1000 lines rendered incorrectly.
- Fixed an issue where the agent could hang indefinitely after subagents finished executing.
Patches (0)
2.2.1
June 25, 2026
Antigravity Guide, audio support, search improvements, and performance fixes
New built-in Antigravity Guide skill, audio file rendering, improved substring file search, performance optimizations, and critical bug fixes.
Improvements (19)
- Added a new built-in Antigravity Guide skill to provide helpful guidance when users ask about Antigravity.
- Added syntax highlighting for C++, Python, and Protobuf files in markdown code and diff blocks.
- Added hover tooltips to file pills in the chat and workspace views to display absolute paths and clarify workspace locations.
- Improved readability of context pills by truncating long labels and adding hover tooltips to view the full content.
- Enabled automatic saving of refreshed OAuth tokens to the OS keyring to reduce authentication prompts.
- Added support for rendering and playing audio files (.mp3, .wav, .ogg, .m4a) within the sidebar file viewer and artifact viewer.
- Added a new 'Conversation Width' setting under Appearance settings, allowing you to configure the maximum width of the conversation panel (Default, Narrow, or Wide).
- When creating a new project, Antigravity 2.0 will now notify you if a project with the same folders already exists, allowing you to quickly navigate to it.
- Added a tooltip to show the full task summary when hovering over items in the Running Items panel.
- Improved the model selector dropdown to dynamically resize and prevent truncation of long model names.
- Updated the permissions request dialog to display a clear description of the action or command being run.
- Improved response time and reliability of account status checks when Terms of Service violations are encountered.
- Improved UI responsiveness and eliminated lag when resizing the sidebar layout.
- Aligned theme colors, font sizes, text size, and line height in the chat input area to match surrounding UI density and ensure consistent rendering.
- Improved usability for touch and stylus users by increasing the size of various UI hit targets, including buttons, pills, and toolbars.
- Adjusted the diff viewer layout to provide more horizontal space for code contents.
- Added a brief delay before displaying tooltips for long conversation titles in the sidebar.
- Optimized file watching notifications to prevent visual flickering and improve performance during high-frequency file writes.
- Updated icons for built-in slash commands and redesigned mentions/slash commands menu alignment in the chat input box.
Fixes (17)
- Fixed an issue with broken text selection anchoring when adding comments to files or artifacts.
- Fixed an issue where workspace context was lost when navigating to the history page or other views.
- Fixed performance issues, rendering loops, and lag when navigating folders using the file path breadcrumbs or the file tree.
- Fixed erratic behavior and lag in slash command autocomplete during network instability.
- Improved file search in your workspace by matching substrings instead of requiring exact prefix matches.