Skip to content
Book demo
Back to Tools

Google Antigravity vs Continue: Evaluating AI Coding Assistants for Enterprise Legacy Codebases

Jan 30, 2026Last updated: Jun 29, 2026
Molisha Shah
Molisha Shah
Google Antigravity vs Continue: Evaluating AI Coding Assistants for Enterprise Legacy Codebases
text
Editor's note: Continue was acquired by Cursor in June 2026 and is being shut down. Billing is disabled, and user data will be deleted after July 15, 2026. This article is preserved for reference and to help teams currently migrating away from Continue.

Google Antigravity and Continue serve fundamentally different purposes: Antigravity is an experimental VS Code fork built on Gemini 3 Pro that was compromised within 24 hours of launch, while Continue was a production-ready open-source AI coding assistant with approximately 34,300 GitHub stars offering model flexibility across providers. Cursor acquired it in June 2026 and shut down the product. Neither tool demonstrates proven capabilities for managing 50-500 repository legacy codebases due to fundamental limitations in the RAG architecture that sever cross-service relationships.

TL;DR

Google Antigravity remains an experimental platform that expanded to a five-surface product with Antigravity 2.0 at Google I/O (May 2026) but has not reached GA, has no Antigravity-specific enterprise certifications, and still carries the security vulnerabilities documented at launch. Continue was acquired by Cursor in June 2026 and is being shut down: billing is disabled, user data is deleted after July 15, 2026, and the GitHub repository is frozen read-only. Teams evaluating either tool for enterprise legacy codebases face a binary choice: one is still experimental, and the other is no longer a maintained product.

After testing both Google Antigravity and Continue against enterprise-scale codebase requirements over six weeks, I found critical gaps in how each handles cross-service dependencies. Neither tool demonstrated the capability to manage complex legacy codebases at scale. Both face fundamental limitations in the RAG architecture that make them unsuitable for distributed systems, where cross-repository context is essential. Continue's acquisition has since made that evaluation moot for new deployments.

When evaluating AI coding assistants for large codebases, engineering teams face a frustrating paradox: tools promising autonomous development capabilities cannot reason about the distributed system architectures that define modern enterprise software. CodeAnt AI's analysis identifies the fundamental problem: when RAG chunks your code, it severs the relationships between services.

This comparison examines both tools through the lens of what actually matters for teams managing 50-500 repositories: cross-service dependency understanding, IDE flexibility, enterprise security compliance, and real-world failure modes.

[ Coming up next ]

The New Code Review Workflow for AI-Native Engineering Teams

See how leading teams keep code review fast and rigorous as AI writes more of the code.

Save your seat
Thu, Jul 9 // 9:45 AM PDT

Google Antigravity vs Continue: Core Architecture Differences

When I attempted to set up equivalent test environments for both tools, the architectural differences immediately revealed why direct comparison proved challenging. Antigravity requires replacing your entire IDE, whereas Continue is integrated into your existing VS Code setup in minutes, a distinction that is now largely historical given Continue's shutdown.

Google Antigravity is an experimental agentic development platform built as a complete fork of VS Code. Continue was a production-ready, open-source extension integrated into existing IDEs, acquired by Cursor in June 2026, and later discontinued. For teams evaluating IDE-based AI coding tools, this distinction matters significantly, and for Continue, the past tense now applies.

Google Antigravity: VS Code Fork and Agent-First Development Platform

Google Antigravity homepage featuring "Experience liftoff with the next-generation IDE" tagline with download and explore buttons

Google Antigravity launched on November 18, 2025, as an agentic development platform rather than a traditional code-completion tool. Google's announcement explains that, by leveraging Gemini 3's advanced reasoning, tool use, and agentic coding capabilities, Google Antigravity transforms AI assistance from a tool in a developer's toolkit into an active partner.

At Google I/O on May 19, 2026, Google launched Antigravity 2.0: a five-surface platform expansion covering a desktop app, a Go-based CLI (agy), an SDK, a Managed Agents API via the Gemini API, and an enterprise layer via the Gemini Enterprise Agent Platform. The default model shifted from Gemini 3 Pro to Gemini 3.5 Flash. Google simultaneously deprecated Gemini CLI, requiring users to migrate to the Antigravity CLI by June 18, 2026.

The critical architectural detail: Antigravity remains a complete fork of VS Code. VS Magazine's analysis found that, after examining the tool, developers concluded it is based on Microsoft's Visual Studio Code and has deeper connections to Windsurf, another AI-powered VS Code fork. Despite the 2.0 expansion, the product remains in public preview with no GA date or Antigravity-specific enterprise pricing announced.

Antigravity's workspace-local indexing cannot aggregate context across multiple repositories, meaning separate services in a distributed system would be processed in isolation. This represents a fundamental limitation documented in research showing that when RAG chunks your code, it severs the relationships between services.

Continue: Acquired by Cursor, Product Discontinued

Continue homepage featuring "Ship faster with Continuous AI" tagline with get started button

Continue operated as a native extension that integrated with existing IDEs rather than replacing them, supporting a comprehensive range of LLM providers, including Anthropic Claude, OpenAI GPT-4, Google Gemini, Azure, Amazon Bedrock, Mistral, xAI Grok, and OpenRouter, as well as local models via Ollama and Hugging Face.

Cursor acquired Continue in June 2026. There was no formal Cursor press release; the acquisition became public via a notice on Continue's homepage and a report by The New Stack on June 22, 2026. The product is being discontinued: recurring billing is disabled, user data will be deleted after July 15, 2026, and the GitHub repository will be frozen read-only following the final v2.0.0 release. The co-founder, Nate Sesti, is joining Cursor; the codebase remains available under Apache 2.0 for teams that need to self-host or fork.

There is no official migration path from Continue to Cursor or any other tool. Teams currently relying on Continue must choose between pinning the frozen v2.0.0 build, adopting a community fork, or migrating to a maintained alternative. Compliance teams must separately re-evaluate data handling, since Continue's hosted Hub and API infrastructure winds down with the product.

Continue's model flexibility masked a critical architectural limitation even before the shutdown: its session-based context approach rebuilt architectural understanding for each development session without persistent codebase indexing. Teams evaluating model flexibility should also review the Context Engine vs RAG comparison for enterprise deployment considerations.

Google Antigravity vs Continue: IDE Integration and JetBrains Support

For teams using mixed IDE environments, multi-platform IDE support becomes a critical factor in architectural decisions. Antigravity's exclusion of JetBrains support precludes it from consideration for engineers who require IntelliJ, PyCharm, or WebStorm.

CapabilityGoogle AntigravityContinue
VS CodeComplete replacementNative extension (frozen at v2.0.0, no further updates)
JetBrains (IntelliJ, PyCharm)Not supportedPlugin available but frozen at v2.0.0; no further maintenance
Vim/NeovimNot supportedExperimental community support (unmaintained)
Setup complexityIDE replacement requiredExtension installation; product discontinued July 2026
Extension compatibilityLimited; Microsoft extensions blockedFull marketplace access; no new releases

The JetBrains Exclusion Problem

Antigravity's architecture as a VS Code fork eliminates JetBrains support entirely. Reddit discussions indicate that users cannot use the official Microsoft/GitHub sign-in sync, and that the C# Dev Kit is not licensed for third-party IDE forks such as Antigravity. Third-party community companion plugins exist to bridge the agy CLI into IntelliJ-family IDEs, but these are not Google-supported.

For polyglot development teams where backend engineers use IntelliJ and frontend developers prefer VS Code, choosing Antigravity requires a binary decision. The tool is a complete VS Code fork without JetBrains support, so backend engineers cannot use it.

Continue's JetBrains plugin was a genuine differentiator, but the plugin is now frozen at v2.0.0 with no active maintenance following the Cursor acquisition. Teams that relied on Continue for JetBrains coverage have no supported upgrade path from the original vendor.

When I tested Cosmos's codebase indexing across a mixed IDE environment spanning IntelliJ for Java services and VS Code for Node.js microservices, the context suggestions remained consistent regardless of which IDE I used because the indexing operates at the codebase level rather than being workspace-local.

Google Antigravity and Continue: RAG Architecture Limitations for Enterprise Codebases

The central question for enterprise teams: can these tools handle 50-500 repository legacy codebases? Research reveals that neither Google Antigravity nor Continue has demonstrated proven capabilities at this scale, with both suffering from fundamental limitations in aggregating multi-repository contexts.

Multi-Repository Context: The Critical Gap

Neither tool demonstrates documented capabilities for cross-repository context aggregation at enterprise scale.

Google Antigravity inherits VS Code's workspace-local indexing architecture, which fundamentally cannot aggregate context across multiple repositories. No documented multi-repository architecture exists in authoritative sources. Published benchmarks showing 76.2% SWE-bench Verified and 54.2% Terminal-Bench 2.0 scores (Gemini 3 Pro, November 2025) measure single-repository problem-solving capabilities and do not evaluate cross-repository context aggregation, legacy code pattern recognition, or system behavior understanding required for distributed systems.

Continue could be made aware of multiple codebases, but this required explicit configuration. In GitHub Issue #5457, users reported not being able to add an initial IDE context without explicitly adding @codebase mentions. That configuration challenge is now moot: the product is discontinued, and the repository is read-only.

Enterprise tools such as Cosmos address this gap by providing persistent indexing and preserving structured context, in contrast to traditional approaches that fragment documents into smaller chunks. When I tested Cosmos's Context Engine on a distributed payment-processing codebase with 12 interconnected microservices, I observed cross-service dependency suggestions that referenced the correct upstream API contracts because persistent indexing maintains relationship graphs rather than chunking code into isolated fragments.

Continue's Documented Large File Processing Failures

Legacy systems characteristically contain large files: thousands of lines of procedural code, monolithic classes, and accumulated technical debt. GitHub Issue #6471 reports that Continue fails or produces other errors when the original file is large during code change application.

This failure mode fundamentally undermined the tool's utility for refactoring legacy codebases. With the repository now frozen, these bugs will not be fixed. Developers who self-host v2.0.0 will inherit them permanently.

When I tested Cosmos against a 4,200-line legacy Java controller during a jQuery modernization task, the tool processed the entire file and suggested refactoring patterns that referenced methods from line 200 while processing line 3,800, because the Context Engine maintains the full file in memory rather than truncating at processing limits. Teams undertaking multi-file refactoring should conduct similar testing using their specific legacy file sizes.

The RAG Architecture Problem

CodeAnt AI's analysis explains why the Retrieval-Augmented Generation architecture used by AI coding assistants creates systemic limitations. RAG chunks code into isolated fragments; cross-service logic requires a connected context; and the approach struggles with complex queries, inconsistent data across services, and hallucinations.

This architectural limitation affected both tools equally. Neither Antigravity nor Continue could reason about distributed system behavior without a fundamental redesign of their underlying RAG architecture.

Google Antigravity vs Continue: Security and Compliance Gaps

In regulated industries, security certifications like SOC 2, GDPR, and HIPAA compliance documentation determine procurement viability.

Compliance RequirementGoogle AntigravityContinue
SOC 2 Type IINot documented for Antigravity specificallyNot public; product discontinued
GDPR complianceNot documented for Antigravity specificallyNot public; product discontinued
HIPAA documentationNot documented for Antigravity specificallyNot public; product discontinued
Enterprise SSONot documentedWas supported (SAML/OIDC); now defunct
Self-hostingNot documentedApache 2.0 self-host possible; no vendor support
Security audit reportsNot availableNot publicly available

Google Antigravity's Security Compromise

Forbes security reporting revealed that a security researcher discovered a critical flaw in Google's Antigravity tool just one day after launch. Mindgard's Aaron Portnoy disclosed a persistent code-execution backdoor on November 19, 2025: a malicious trusted workspace can embed a backdoor that survives a complete uninstall and reinstall. Google initially closed the report as "Won't Fix (Intended Behavior)" but reversed course following public disclosure.

A second vulnerability followed. Pillar Security disclosed a Secure Mode-bypassing RCE via prompt injection on January 7, 2026; Google patched it on February 28, 2026. Google maintains a known-issues page on its Bug Hunters site, treating prompt-injection and command-execution classes as known and non-rewardable vulnerability categories.

For teams handling sensitive financial data, a tool with this vulnerability history presents significant risk regardless of subsequent patches. Teams requiring formal compliance documentation should evaluate enterprise-focused alternatives that publish SOC 2, GDPR, or HIPAA certifications.

Continue's Compliance Gap

Continue never held SOC 2, HIPAA, or PCI DSS certifications. It offered security-relevant features: Enterprise SSO supporting SAML and OIDC, a managed proxy for API key protection, and on-premises data plane options. Organizations requiring formal certifications had to conduct independent security assessments. Those options are now moot: Continue's hosted infrastructure is being shut down. Teams that self-host v2.0.0 own the full compliance burden with no vendor support.

Google Antigravity vs Continue: Pricing and Enterprise Features

Understanding the total cost of ownership requires examining both direct pricing and hidden costs. For Continue, that analysis now applies only to teams considering self-hosting the frozen open-source build.

Continue Pricing: Defunct

Continue.dev's commercial tiers (Solo at $0, Team at $10/dev/month, Enterprise at custom pricing) are no longer available. Recurring billing was disabled following the Cursor acquisition. The official pricing page and hosted Hub are winding down with the rest of the product. Teams that require a supported, commercially backed product cannot use Continue.

Teams choosing to self-host v2.0.0 under Apache 2.0 bear full infrastructure, maintenance, security patching, and compliance costs without vendor support. There is no SLA, no upgrade path, and no roadmap.

Google Antigravity Pricing: Still Undocumented

Google Antigravity still lacks a publicly documented pricing structure for teams, which remains a critical barrier to procurement. Antigravity 2.0 (May 2026) is free during public preview. Available access routes include the web platform at antigravity.google, the agy CLI, the Managed Agents API via Gemini API, and enterprise access via Gemini Enterprise Agent Platform (invite-only GCP project sign-in). Cost structures for team deployments are not documented. Teams evaluating the ROI of AI tools cannot conduct a cost-benefit analysis without documented pricing.

Google Antigravity and Continue: Documented Failure Modes

Both tools have documented failure patterns that affect daily development workflows, with evidence suggesting real-world limitations matter more than marketing claims. For Continue, these failure modes are now permanent: the frozen codebase will not receive fixes.

Continue's Reliability Issues

  • 5% inline editor failure rate: Dev.to analysis documents that the inline editor sometimes (1 in 20 times) fails to provide pluggable code. With the repository frozen at v2.0.0, this will not be fixed.
  • Enterprise firewall incompatibility: The same Dev.to analysis reveals that developers report company firewalls block certain URLs, causing @file and @Codebase features to malfunction in enterprise environments.
  • High resource consumption: GitHub Issue #6725 documents high CPU load issues. Reddit discussions report a significant impact on RAM when running LLMs locally via Continue.

Google Antigravity's Trust Deficit: Security Vulnerabilities and Developer Skepticism

  • Persistent security vulnerabilities: The launch-day backdoor (Mindgard, November 19, 2025) and subsequent prompt-injection RCE (Pillar Security, January 2026, patched February 2026) establish a pattern of insufficient security hardening. Google treats prompt-injection and command-execution classes as known and non-rewardable on its Bug Hunters site.
  • Quota instability: Free-tier quotas have reportedly been reduced multiple times since launch; a credit system was introduced in March 2026, and some paying users were reportedly suspended for using third-party agents. Enterprise teams cannot plan around undocumented and frequently changing limits.
  • Experimental status: Google's announcement confirms that Google Antigravity launched in November 2025 and remains in public preview as of June 2026. Antigravity 2.0 expanded the platform but did not change the preview designation or introduce enterprise GA pricing.
  • Legacy codebase documentation gaps: Documentation is insufficient to assess Antigravity's ability to handle legacy codebases with thousands-of-lines files, monorepo architectures with 100K+ files, or multi-repository microservices dependencies.

Google Antigravity vs Continue: Code Review Workflow Capabilities

For senior engineers managing PR backlogs, code-review automation capabilities differed substantially across these tools. Continue offered documented, purpose-built GitHub Actions integration; Antigravity lacked support for automated PR workflows. With Continue discontinued, that advantage no longer applies to new deployments.

Open source
augmentcode/review-pr38
Star on GitHub

Continue: Native PR Automation (Now Discontinued)

Continue provided comprehensive code review capabilities through native GitHub Actions integration, supporting automatic triggers on PR events and on-demand reviews via @review-bot mentions. Continue's blog post documented that the platform enabled custom rules for consistent PR review at scale. These capabilities are frozen at v2.0.0. Teams that wired Continue's PR automation into CI jobs lose stable references after July 15, 2026. Teams prioritizing automated code review should also consider Cosmos's approach to detecting cross-service breaking changes.

Antigravity: No Automated PR Workflow

Google's announcement describes Antigravity as an agentic development platform where developers assign complete tasks to AI agents that autonomously handle planning, implementation, testing, and verification. However, Google Antigravity lacks documented GitHub Actions integrations, GitLab CI pipelines, or automated PR workflows. For teams where PR review bottlenecks are the primary productivity constraint, Antigravity does not address this problem. Tools with a persistent understanding of the codebase may identify cross-service breaking changes that session-based approaches miss.

Google Antigravity vs Continue: Developer Onboarding Capabilities

Neither tool provides quantified evidence supporting accelerated developer onboarding at enterprise scale.

Google Antigravity's Skills System

The Google Codelabs documentation states that Skills can enforce team standards: when a user requests a database change, they must use the safe-db-migration skill. This ensures that agents don't attempt to write raw SQL directly into the terminal, bypassing safety checks embedded in the skill's script. No case studies, DevEx reports, or quantified metrics demonstrate actual onboarding acceleration. Teams evaluating AI-assisted developer onboarding should conduct internal pilot programs with measured outcomes.

Continue: Onboarding Capabilities Frozen

Continue provided workflow automation and tool integrations for GitHub and Linear, but lacked features for documenting the codebase or providing structured code walkthroughs. Those limitations are now academic: with the product discontinued, Continue is not a viable onboarding investment for new deployments.

When to Choose Google Antigravity vs Continue for Enterprise Teams

The decision criteria have shifted substantially with Continue's discontinuation. The comparison is no longer between two active products.

Continue Is No Longer a Viable Option for New Deployments

Cursor acquired Continue in June 2026. The product shuts down on July 15, 2026. Billing is disabled, data is deleted, and the repository is frozen. Teams currently using Continue must migrate; teams evaluating Continue for new deployments should select an alternative.

If self-hosting the Apache 2.0 codebase is acceptable, teams should account for: full infrastructure and security patching responsibility, no upstream bug fixes for documented failure modes (5% inline editor failure rate, large-file processing errors, firewall incompatibility), model-provider API drift as LLM providers update their APIs, and no compliance documentation or vendor support.

Choose Antigravity If:

Note: Antigravity's experimental preview status, undocumented enterprise pricing, absence of Antigravity-specific compliance certifications, and documented vulnerability history do not support choosing Antigravity for enterprise legacy codebase management. However, the limited scenarios where Antigravity might be considered include:

  • Your entire team uses VS Code exclusively, and Antigravity 2.0's expanded surface (desktop app, CLI, SDK) covers your workflow
  • Experimental preview status and undocumented pricing are acceptable for your use case
  • Deep Google Cloud integration (BigQuery, Spanner, AlloyDB) provides specific value
  • Security compliance certification is not a procurement requirement
  • The documented vulnerability history (launch-day backdoor, subsequent RCE) has been independently assessed and accepted

Consider Alternative Enterprise Tools If:

  • You need cross-repository dependency tracking beyond what RAG-based tools offer
  • Enterprise compliance certifications are non-negotiable
  • Production-validated enterprise deployments are a critical evaluation criterion
  • You were relying on Continue and need a supported replacement

Enterprise-focused tools such as Cosmos address multi-repository scenarios through a Context Engine that processes more than 400,000 files via persistent indexing. However, teams should conduct thorough evaluation pilots tailored to their specific codebase requirements, as no tool has demonstrated universal success across legacy codebases with 50-500 repositories.

Solve Multi-Repository Context Challenges with Architecture-Aware AI Tools

The comparison between Google Antigravity and Continue no longer represents a choice between two active products. Antigravity is an experimental platform that expanded to 2.0 in May 2026 but remains in public preview, with no enterprise GA, no Antigravity-specific compliance certifications, a documented history of vulnerabilities, and unstable quota policies. Continue was acquired by Cursor in June 2026 and is being discontinued: billing has been disabled, data will be deleted after July 15, 2026, and the repository is frozen at v2.0.0. At the time of acquisition, it had approximately 34,300 GitHub stars.

Both tools suffered from the same systemic limitation: RAG architectures that chunk code into isolated fragments cannot maintain the cross-repository dependency understanding required for the 50-500-repository enterprise legacy codebase scenario. For Continue, that limitation is now also permanent.

For teams where neither Google Antigravity nor Continue meets the requirements, Cosmos's Context Engine processes 400,000+ files via persistent indexing, maintaining semantic dependency graphs across your entire codebase. This architectural approach addresses the RAG fragmentation problem by preserving cross-service relationships that session-based tools lose. Engineering teams managing distributed microservices architectures can evaluate whether persistent codebase indexing addresses their specific challenges in multi-repository contexts.

Frequently Asked Questions about Google Antigravity and Continue

Written by

Molisha Shah

Molisha Shah

GTM

Molisha is an early GTM and Customer Champion at Augment Code, where she focuses on helping developers understand and adopt modern AI coding practices. She writes about clean code principles, agentic development environments, and how teams are restructuring their workflows around AI agents. She holds a degree in Business and Cognitive Science from UC Berkeley.


Get Started

Give your codebase the agents it deserves

Install Augment to get started. Works with codebases of any size, from side projects to enterprise monorepos.