Agent Coding Tool
Gemini Code Assist
Google Cloud's AI coding assistant for IDEs and Google Cloud, with a GitHub app posting PR summaries and severity-tagged reviews.
Deployment
Cloud
Languages
44+
Pricing model
Per developer seat, Usage-based credits, Quote-based / Enterprise
Free tier
Partial
Workflow coverage
Where in the development lifecycle Gemini Code Assist operates.
Real-time inline completions, chat and refactoring across IDEs; no real-time issue detection documented.
No MCP-based guardrail hook for third-party AI agents; Code Assist is an MCP client, not a guardrail server.
Gemini CLI runs agentic tasks in the terminal; no pre-commit hook or local review command documented.
gemini-code-assist bot auto-added as reviewer; comments on modified code with committable inline suggestions.
No status check or required check blocking merges documented; PR review only posts comments.
PR review analyzes diffs only; Code Customization indexes repos for completion context, not scanning.
run-gemini-cli GitHub Action workflows support cron schedules; no native scheduled security/code rescan.
No DAST, WAF, or live/production monitoring documented anywhere in the product's feature table.
Analysis & detection
Every detection and code-analysis capability tracked for Gemini Code Assist.
PR review flags injection, CSRF, IDOR, input-validation and insecure-storage issues in changed code.
Security extension covers injection categories via diff-scoped LLM analysis; no cross-file dataflow engine described.
First-party Gemini CLI Security extension flags hardcoded credentials and keys in diffs.
Extension detects hardcoded secrets by pattern; no live validation of whether a secret still works.
Optional extension's /security:scan-deps runs OSV-Scanner against declared deps for known CVEs.
OSV-Scanner reports known CVEs in declared deps only; no call-path/reachability analysis documented.
Dependency scan covers known CVEs only; no typosquat or malicious-package detection documented.
Dependency-scan section covers only known vulnerabilities; no license identification or policy documented.
No CycloneDX/SPDX export documented in the Security extension or Code Assist docs.
Documented vulnerability categories omit Terraform/CloudFormation/K8s/Dockerfile misconfiguration.
No container image or base-image CVE scanning documented anywhere in the product.
No live cloud config/posture scanning documented; Cloud Assist covers ops, not CSPM.
Security extension analyzes static code changes only; no running-app or API exercising documented.
Maintainability review category covers readability, modularity, naming, documentation, magic numbers, inconsistent formatting.
"Complex code" is named as a maintainability review target; no cyclomatic or tracked metric documented.
Code duplication named as a maintainability review concern; no duplication metric or detector documented.
Maintainability targets (naming, comments, duplication, magic numbers) never mention dead/unreachable code.
"Testing" is a listed Miscellaneous review topic; no coverage ingestion, report, or percentage documented.
No new-code or changed-lines coverage gate documented anywhere in Gemini Code Assist docs.
"Modularity and reusability" is qualitative commentary; no module-boundary enforcement documented.
Findings are severity-tagged PR comments; no time/cost remediation quantification documented.
No git-history hotspot, change-coupling, or bus-factor analytics documented.
Correctness review category covers logic errors, edge cases, race conditions and incorrect API usage.
Auto-generated natural-language PR summary on open, plus on-demand '/gemini summary'.
Natural-language styleguide.md in .gemini/, per repository or managed across repos from Cloud console.
Inline code suggestions in PR reviews that can be committed directly from GitHub.
Not offered in vendor documentation reviewed as of 2026-09-05.
Severity threshold, max-comment cap and ignore_patterns tune noise; no false-positive triage documented.
Multiple separate repositories can be selected as chat context; scanning or configuring multiple packages within a single repository is not documented.
AI capabilities
PR reviews, chat and completions all run on Gemini foundation models with automatic model selection.
Buyer can supply their own Gemini API key for the CLI; Gemini models only.
Agent Mode and Gemini CLI consume local and remote MCP servers; no MCP server exposing review findings.
No AI-generated-code governance; built-in telemetry tracks adoption and usage events instead.
Ask clarifying follow-up questions on Gemini's review in PR comments; /gemini slash commands.
memory_config enables persistent per-repository memory; feedback forms collected, no documented review-tuning loop.
Google does not use customer data to train models without permission; service stateless, no prompt storage by default.
Models used
Compliance & governance
Optional Cloud Logging bucket can store inputs and responses; no dedicated admin audit log documented.
Cloud Identity or Google Workspace accounts with support for externally federated identity providers and 2-step verification.
IAM-based access control built on least privilege; roles recommended at developer-group level.
Not offered in vendor documentation reviewed as of 2026-09-05.
Certifications
Standards mapping
Integrations
IDEs
Pricing & plans
$19.00/user/month billed annually via 12-month commitment ($22.80/user/month if billed monthly), Standard edition
Trial: Free trial available for evaluation; length and terms not stated in source
- Code completion and generation, AI chat, simplified UI and IDE integration
- Local codebase awareness in the IDE with large context window
- Source citations and IP indemnification (Generative AI Indemnified Service)
- VPC Service Controls and Private Google Access
- Integrations: Firebase, Colab Enterprise, BigQuery data insights, Cloud Run, Database Studio
- Gemini CLI and Agent Mode with included shared quota
- No Gemini Cloud Assist, Gemini in Apigee or Gemini in Application Integration
- No Code Customization on private repositories
- Price not published
- Available across only 'some' Google Cloud services
- All Standard features
- Code Customization from private GitHub, GitLab and Bitbucket repositories
- Gemini Cloud Assist in the Google Cloud console
- Gemini in Apigee (OpenAPI spec generation, policy explanation in Preview)
- Gemini in Application Integration (workflow automation generation)
- Enterprise-scale style guide and configuration management across repositories
- GitHub review quota stated by the vendor only as '100+ pull requests per day' — no firm limit published
- Price not published; custom volume pricing and annual/multi-year commitments negotiated
- Developer Connect still pinned to us-east1 with no region flexibility
Who it's for
Notable strengths
- Broadest certification set of the AI coding tools reviewed here: ISO 27001/27017/27018/27701 and SOC 1/2/3, plus IP indemnification as a Generative AI Indemnified Service
- Explicit commitment that Google does not use customer data to train models without permission, with a stateless service that stores no prompts or responses by default
- Very wide IDE coverage: VS Code, nine JetBrains IDEs, Cloud Shell Editor, Cloud Workstations, Android Studio and Colab Enterprise
- Highly configurable PR review via .gemini/config.yaml: severity threshold, max comment count, ignore_patterns, draft-PR handling and per-repo or enterprise-wide styleguide.md
- Enterprise Code Customization augments suggestions with private GitHub, GitLab or Bitbucket source code
- Enterprise network isolation options: VPC Service Controls, Private Google Access, Cloud VPN, Cloud Interconnect and Shared VPC
Notable limitations
- Being wound down: individual/AI Pro/AI Ultra tiers stopped serving requests 18 June 2026 and were migrated to Antigravity; since 4 September 2026 new subscriptions cannot be bought through the Cloud console without an existing subscription, only via Google Cloud sales. Standard and Enterprise editions remain available and are still receiving feature updates as of September 2026.
- Pricing is quote-only for both editions; no list price, seat minimum or trial length is published
- No data residency: processing happens at the geographically closest data center with regionality explicitly not guaranteed, and GitHub Developer Connect is pinned to us-east1 with no region flexibility
- PR review is a Preview feature with a vaguely stated '100+ pull requests per day' Enterprise quota
- No merge gate, status check or CI integration documented for PR review, so findings cannot block a merge
- No IaC, container, cloud posture, DAST, coverage tracking or technical-debt capability documented; SCA and secrets detection exist only via an optional, separately-installed Gemini CLI extension, not the core product
- Detailed review documentation covers GitHub only; GitLab, Bitbucket and Azure DevOps appear in a single garbled provider list with no review workflow described
- Several adjacent capabilities (Gemini Cloud Assist, Apigee, Application Integration) are Enterprise-only
Similar tools
Other Agent Coding Tool tools in the directory.
FAQ
When should you choose Gemini Code Assist?
Gemini Code Assist best fits Enterprise, Regulated industries. Broadest certification set of the AI coding tools reviewed here: ISO 27001/27017/27018/27701 and SOC 1/2/3, plus IP indemnification as a Generative AI Indemnified Service
What languages does Gemini Code Assist support?
Gemini Code Assist supports 44+ languages and frameworks, including Bash, C, C++, C#, Dart, Go, GoogleSQL, Java, JavaScript, Kotlin, and 12 more.
What does Gemini Code Assist integrate with?
Gemini Code Assist integrates with GitHub, GitHub Enterprise Server, GitLab (partial), GitLab Self-Managed (partial), Bitbucket (partial), Bitbucket Data Center (partial), Azure DevOps (partial) for source control, and IDEs including VS Code, IntelliJ IDEA (Community, Educational, Ultimate), PyCharm (Community, Professional), CLion, DataGrip, and 9 more.
What tools are similar to Gemini Code Assist?
Similar Agent Coding Tool tools tracked here include ChatGPT / Codex, Claude Code.
What are Gemini Code Assist's plans and pricing?
Gemini Code Assist has paid plans starting around $19.00/user/mo.
Opens codeassist.google in a new tab. Review Radar is not affiliated with Google Cloud.