At a glance
- Google retires Gemini CLI today for consumer tiers; Antigravity CLI becomes the new terminal agent harness.
- Snap launches SPECS AR glasses at $2,195 with direct Lens Studio integrations into Claude Code, Codex, and Cursor.
- Agentjacking attacks targeting popular coding agents via fake Sentry errors reach 85% exploitation rates.
- Gemma 3 becomes the first LLM reported to run in orbit, highlighting edge and space deployment advances.
Google’s consumer-facing Gemini CLI reaches end-of-life today, June 18, forcing developers on Pro, Ultra, and free tiers to migrate workflows to the new Antigravity CLI. The change consolidates Google’s agent tooling into a Go-based platform with shared harness capabilities across desktop and terminal surfaces. Meanwhile, Snap’s new SPECS AR glasses arrive with production-grade developer tooling that lets teams build spatial Lenses directly inside the same AI coding environments they already use daily. Security researchers are also highlighting a sharp rise in “agentjacking” exploits that abuse common error-handling patterns in Claude Code, Cursor, and Codex. These updates land against a backdrop of continued policy friction around frontier models and novel deployment stories such as Gemma 3 operating in orbit. For builders, the practical questions center on migration friction, new spatial AI surfaces, and hardening agentic code against prompt-based attacks.
Top Stories
Google sunsets Gemini CLI for consumer users; Antigravity CLI goes live Practical dev impact: Teams relying on Gemini CLI for terminal agent orchestration must migrate scripts, hooks, and skills to the new Antigravity CLI command set before today’s cutoff or face broken CI/CD and local workflows.
Snap SPECS AR glasses ship with Claude Code, Codex, and Cursor integrations Practical dev impact: Lens Studio now supports agentic development workflows inside the three most-used AI coding tools, letting developers prototype, test, and publish spatial experiences without switching IDEs.
Agentjacking attacks exploit Claude Code, Cursor, and Codex at scale Practical dev impact: Developers should add input sanitization and Sentry-like error validation checks to any agent that processes external error messages, as fake error payloads now achieve 85% success rates against popular coding agents.
Gemma 3 runs as first LLM in orbit Practical dev impact: Edge and constrained-environment deployments gain a new reference point; teams working on satellite or remote hardware can benchmark against a production-grade open model already proven in space.
Practical Impact Analysis
The Gemini CLI sunset accelerates Google’s push toward a unified Antigravity agent platform. Builders who have scripted around the old CLI must update automation, but they gain async workflows and tighter integration with managed agents running in Google-hosted sandboxes. Snap’s SPECS launch expands the addressable surface for AI coding tools beyond screens: developers can now treat spatial computing as just another target for the same Claude Code or Cursor sessions they use for web and backend work. The agentjacking findings underscore that any system ingesting untrusted output—especially error logs—needs explicit guardrails; the 85% success rate indicates this vector is already weaponized in the wild. Finally, Gemma 3’s orbital run demonstrates that capable open models can operate under extreme resource constraints, lowering the bar for experimentation in aerospace, IoT, and other latency-sensitive domains. Collectively these stories point to a maturing agent ecosystem where terminal, spatial, and edge surfaces converge, while security and migration overhead rise in parallel.Recommended Tutorial Idea
Migrate an existing Gemini CLI agent script to Antigravity CLI while adding basic input validation to guard against agentjacking-style attacks.Replace legacy `gemini` invocations with `agy`, add the simple regex guard shown above, and test the script against both benign and malicious error strings before production rollout.
Grok Deep Dive
Walk me through the exact migration steps from Gemini CLI to Antigravity CLI, including how to port existing hooks, skills, and subagents, then show how to layer the input-sanitization pattern from the tutorial into a production agent that also targets Snap SPECS Lens development. Include any gotchas around async workflows and enterprise versus consumer licensing differences.Grok Deep Dive
Explore each Top Story in Grok — links open in a new tab. On phones, the same link may open the Grok app if you have it installed (via your device's normal link handling).
Article: Antigravity CLI Replaces Gemini — AI Dev Pulse · Jun 18, 2026
- Google sunsets Gemini CLI for consumer users; Antigravity CLI goes live
- Practical dev impact:
- Snap SPECS AR glasses ship with Claude Code, Codex, and Cursor integrations
- Practical dev impact:
Privacy: links open grok.com in your session only. AIDevPulse does not run your prompts through our API.