Skip to content
Proposals/Enable Gemini Enterprise Business sign-in and /f
proposalteamP5High impactGoogle Antigravity

Enable Gemini Enterprise Business sign-in and /fork for concurrent CLI sessions

Antigravity 1.1.10 adds Gemini Enterprise Business sign-in, Workforce Identity Federation SSO, ADC for Agent Platform, a /fork banner for dual open conversations, correct --model/--effort handling, and hooks.json running before built-in termination checks.

Why this loop

Enterprise auth and admin controls only apply after Business sign-in (or WIF/ADC where required), so teams still on consumer Google sign-in miss license seats, regional inference, and org policy. Concurrent edits to one trajectory corrupt history unless operators /fork when the new banner appears. --model and --effort were previously ignored after config init and bare --effort could switch models silently—re-pinning those flags makes interactive and -p runs deterministic. Hook ordering now lets PostInvocation see the final turn and Stop hooks actually run, so existing hooks.json entries that never fired should be re-enabled rather than worked around.

Proposed actions

  1. Sign in to Antigravity CLI with Business sign-in for Gemini Enterprise: authenticate to your Google Cloud project, use an allocated or auto-assigned GE-Standard/GE-Plus license seat, and select the org-required inference region so admin controls apply.
  2. If identity is federated externally, on the Google Cloud sign-in screen choose `Use advanced SSO config` and complete Workforce Identity Federation against your org IdP.
  3. For Agent Platform access, sign in with Application Default Credentials (ADC) instead of interactive user auth.
  4. When the non-blocking banner says this conversation is already open in another CLI on the same machine, run `/fork` immediately so the two sessions do not interleave writes into one trajectory.
  5. Re-launch interactive and headless runs with explicit flags now that they apply before model init: pass `--model <id> --effort <level>` (and the same under `-p`); avoid bare `--effort` without confirming the selected model.
  6. Update hooks.json PostInvocation/Stop hooks assuming they now run before built-in termination checks—add a PostInvocation hook that records the final turn outcome and a Stop hook that previously never fired.

Agent prompt

Paste into your agent or query via MCP (`get_agent_prompt`) — free, no extra AI cost

Google Antigravity / agent task

# DevAgentRadar → Google Antigravity

Goal: turn this release signal into a safe pilot plan for my stack.

## Context
Assistant: Google Antigravity
Proposal: Enable Gemini Enterprise Business sign-in and /fork for concurrent CLI sessions
Summary: Antigravity 1.1.10 adds Gemini Enterprise Business sign-in, Workforce Identity Federation SSO, ADC for Agent Platform, a /fork banner for dual open conversations, correct --model/--effort handling, and hooks.json running before built-in termination checks.
Primary source: https://github.com/google-antigravity/antigravity-cli/releases/tag/1.1.10

## Why it matters
Enterprise auth and admin controls only apply after Business sign-in (or WIF/ADC where required), so teams still on consumer Google sign-in miss license seats, regional inference, and org policy. Concurrent edits to one trajectory corrupt history unless operators /fork when the new banner appears. --model and --effort were previously ignored after config init and bare --effort could switch models silently—re-pinning those flags makes interactive and -p runs deterministic. Hook ordering now lets PostInvocation see the final turn and Stop hooks actually run, so existing hooks.json entries that never fired should be re-enabled rather than worked around.

## Suggested actions
1. Sign in to Antigravity CLI with Business sign-in for Gemini Enterprise: authenticate to your Google Cloud project, use an allocated or auto-assigned GE-Standard/GE-Plus license seat, and select the org-required inference region so admin controls apply.
2. If identity is federated externally, on the Google Cloud sign-in screen choose `Use advanced SSO config` and complete Workforce Identity Federation against your org IdP.
3. For Agent Platform access, sign in with Application Default Credentials (ADC) instead of interactive user auth.
4. When the non-blocking banner says this conversation is already open in another CLI on the same machine, run `/fork` immediately so the two sessions do not interleave writes into one trajectory.
5. Re-launch interactive and headless runs with explicit flags now that they apply before model init: pass `--model <id> --effort <level>` (and the same under `-p`); avoid bare `--effort` without confirming the selected model.
6. Update hooks.json PostInvocation/Stop hooks assuming they now run before built-in termination checks—add a PostInvocation hook that records the final turn outcome and a Stop hook that previously never fired.

## Config surfaces this release may change
- background and headless runs **(high confidence)** — check your repo before applying
- sandbox settings — check your repo before applying
- hooks — check your repo before applying


Please:
1. Map the change to concrete pilot steps
2. Flag security / permission implications
3. Keep the pilot reversible
agentmcpmodelpricingsecurityRelease source ↗

Your loop

This browser · no sign-in · not shared as “you”

Community signal · 0 approved · 0 deferred · 0 ignored

Anonymous public tally (one vote per visitor; changing choice updates your vote). Not moderated product truth.

Originating release signal

Google Antigravity1.1.10Aug 3, 2026

1.1.10

Added Business sign-in for Gemini Enterprise accounts, so you can authenticate with a Google Cloud project under Google Cloud terms, use a license seat allocated or auto-assigned from your organization's GE-Standard or GE-Plus subscription, run inference in a chosen region, and have your organization's administrator controls applied to various features. · +17 more changes

Verified excerpt — the source's own words
- Added Business sign-in for Gemini Enterprise accounts, so you can authenticate with a Google Cloud project under Google Cloud terms, use a license seat allocated or auto-assigned from your organization's GE-Standard or GE-Plus subscription, run inference in a chosen region, and have your organization's administrator controls applied to various features.
- Added Workforce Identity Federation sign-in for enterprise users, available as the `Use advanced SSO config` option on the Google Cloud sign-in screen, so organizations that federate identity through an external provider can authenticate with their own identity provider.
- Added sign-in with Application Default Credentials so you can use Agent Platform.
- Added a non-blocking advisory banner when the same conversation is already open in another CLI instance on the same machine, pointing at `/fork` so two sessions no longer interleave writes into one trajectory.
- Improved the terminal sandbox by granting read-only rather than writable access to a Git repository's `.git` directory, so the agent can inspect repository metadata without being able to rewrite it from inside the sandbox.

Excerpt ends here — this release continues at the source ↗.

Primary source ↗