PromptZone - Leading AI Community for Prompt Engineering and AI Enthusiasts

Tomas Novak
Tomas Novak

Posted on

Gemini Code Assist Shutdown Hits on July 17

Google is ending Gemini Code Assist on July 17. The announcement appeared in official documentation and quickly reached the front page of Hacker News.

Recent Hacker News thread logged 62 points and 50 comments within the first day, with developers sharing migration timelines and tool replacements.

What Gemini Code Assist Provided

Gemini Code Assist performed repository-level code review inside Google Cloud environments. It scanned pull requests, flagged security issues, and suggested refactors using the Gemini model family.

The tool integrated directly with Cloud Source Repositories and required a Google Cloud billing account. No standalone desktop or VS Code extension existed.

Shutdown Timeline and Scope

Service termination occurs July 17 with no grace period for new reviews after that date. Existing review history remains accessible for 30 days post-shutdown according to the documentation.

Users running automated review pipelines must remove the Gemini integration before the cutoff to avoid failed CI jobs.

HN Community Reaction

Commenters reported running between 200 and 800 reviews per month through the tool. Several noted that the model handled Java and Python well but struggled with large TypeScript monorepos.

Multiple threads asked for official migration guides; none had been published by Google at the time of the discussion.

Migration Steps

Switch to GitHub Copilot Enterprise or Cursor requires updating repository access tokens and prompt templates. Both alternatives support the same pull-request comment format used by Gemini Code Assist.

Teams using Cloud Build can replace the Gemini step with an API call to the current Gemini 1.5 Pro endpoint while they evaluate longer-term options.

Alternatives Comparison

Tool Repo Review Self-Host Option Monthly Cost (50 users) Latency
GitHub Copilot Enterprise Yes No $1,950 ~3 s
Cursor Yes No $1,600 ~2 s
Gemini 1.5 Pro API Yes No $800–1,200 ~4 s

Who Loses Most

Organizations with strict data-residency rules tied to Google Cloud lose the only review tool that ran entirely inside their VPC. Smaller teams already using GitHub can migrate in under a day with minimal prompt changes.

Bottom line: July 17 removes the only native Cloud Source Repositories reviewer; most teams will shift to Copilot Enterprise or the raw Gemini API within two weeks.

Google has not announced a direct replacement. The gap leaves repository review once again dependent on third-party extensions or custom API integrations.

Top comments (0)