Welcome to the daily AI news brief for vibe coders. Today is Thursday, June 18, 2026. Two shifts land squarely on the stacks indie builders use most: Shopify threw open its agentic commerce layer to every developer, and Google’s Firebase began retiring the Gemini CLI extension. If you build on Shopify, Claude, GPT, Gemini, or Firebase, here is what changed in the last 24 hours and what to do about it.
TL;DR
- Shopify opened UCP and the Catalog API to all developers, no approval required.
- Catalog makes merchants discoverable across ChatGPT, Copilot, and Gemini.
- Firebase’s Gemini CLI extension stops working today; migrate to Antigravity CLI.
- Imagen image models shut down June 24; repoint to a current model.
- OpenAI added Deployment Simulation to test candidate models before release.
- Build of the day: wire a product feed into the Catalog API.
Shopify opens agentic commerce to every developer [STACK]
What shipped. Shopify launched its Spring ’26 Edition on June 17 with more than 150 updates. The headline is agentic commerce: the Universal Commerce Protocol and its Catalog API discovery layer are now open to any developer with no approval committee. Sidekick also now works across the admin by voice or text.
Why it matters for vibe coders. The approval gate is gone. You register an agent profile in the Developer Dashboard and call the public MCP endpoint. Catalog access needs only an API key, so a solo builder can make a storefront discoverable inside AI chat surfaces today.
What to do today. Read the developer edition, request a Catalog API key, and test the lookup endpoint against your own product URLs. Shopify
Firebase begins retiring the Gemini CLI extension [STACK]
What shipped. Google is moving Gemini CLI to Antigravity CLI. Starting today, June 18, the Firebase extension for Gemini CLI stops working for individual, Google AI Pro, and Google AI Ultra tiers. Separately, the Imagen image models are deprecated and shut down on June 24.
Why it matters for vibe coders. If your Firebase workflow leans on the Gemini CLI extension, scripts and prototypes break today. Image-generation pipelines that call Imagen have six days before they fail. Both are silent breakages that show up as runtime errors, not advance warnings.
What to do today. Migrate to Antigravity CLI now, and repoint any Imagen calls to a supported model in Firebase AI Logic before June 24. Firebase
OpenAI adds Deployment Simulation [ECOSYSTEM]
What shipped. OpenAI introduced Deployment Simulation on June 16. The method replays past conversations through a new candidate model before that model ships, surfacing regressions against real traffic instead of synthetic tests alone.
Why it matters for vibe coders. Model swaps are the quiet cause of broken agents. A prompt tuned for one version can drift on the next. The same idea scales down: keep a log of representative runs and replay them whenever you change models.
What to do today. Save 20 real prompt-and-response pairs from your app. When a new model lands, replay them and diff the output before you upgrade in production. Roundup
Also worth noting
- Qwen 3.7 Plus and MiniMax M3 appeared on OpenRouter in mid-June, keeping open-weight pricing competitive. Price Per Token
- OpenAI set GPT-4.5 to retire from ChatGPT on June 27 after a 30-day sunset. OpenAI
- Gemini 3.5 Pro features are circulating in reports but are not confirmed as shipped; treat the specs as rumor for now. LLM Stats
Build of the day
Spend two hours making one product discoverable to AI agents. Pull a single collection from your store, register an agent profile in the Shopify Developer Dashboard, and request a Catalog API key. Call the lookup endpoint with three of your product URLs and confirm they resolve to Catalog matches. Then run an image search to see which of your products surface as visually similar results. You will learn exactly how an AI shopper finds your catalog, and you will have a working request you can fold into a storefront agent next.
FAQ
How do I get access to Shopify’s Universal Commerce Protocol?
You no longer apply through an approval committee. Per Shopify’s developer edition, you register an agent profile in the Developer Dashboard and call the public MCP endpoint. Catalog API access requires only an API key. That change makes UCP usable by solo developers and small studios on day one, not just large partners. Shopify
What is the Shopify Catalog API used for?
Catalog is UCP’s discovery layer. It turns products from many merchants into structured, queryable data that AI surfaces can search. It supports text lookup, image search for visually similar products, and multi-modal queries that combine both. A lookup endpoint resolves product URLs into Catalog matches, so agents can verify and surface real listings. Shopify
Why did my Firebase Gemini CLI extension stop working?
Google is transitioning Gemini CLI to Antigravity CLI. Starting June 18, the Firebase extension for Gemini CLI stops serving individual, Google AI Pro, and Google AI Ultra tiers. To restore your workflow, migrate to Antigravity CLI. Firebase documents the change in its release notes, so check there before debugging your own scripts. Firebase
When do Imagen models shut down on Firebase?
Imagen models are deprecated and scheduled to shut down on June 24, 2026, per Firebase’s release notes. If your app generates images through Imagen, repoint those calls to a supported model in Firebase AI Logic before that date. After shutdown, unmigrated calls will fail at runtime rather than warn you ahead of time. Firebase
What is OpenAI’s Deployment Simulation?
Deployment Simulation, introduced June 16, replays past conversations through a candidate model before release. Instead of relying only on synthetic benchmarks, it checks how a new version behaves on real prior traffic, surfacing regressions before users see them. Small teams can copy the pattern by logging real runs and replaying them on every model upgrade. Roundup
Should I build commerce agents on Shopify or wait?
The barrier just dropped, so testing now is low risk. UCP is an open standard co-developed with Google and backed by major platforms, and Catalog access needs only an API key. Start with a read-only discovery experiment before you touch checkout. Early hands-on time compounds as more AI surfaces adopt the protocol. Shopify
Sources
- https://www.shopify.com/news/spring-26-edition-dev
- https://www.shopify.com/news/ai-commerce-at-scale
- https://firebase.google.com/support/releases
- https://unrot.co/blogs/ai-news-today-june-16-2026
- https://pricepertoken.com/news/model-releases
- https://help.openai.com/en/articles/9624314-model-release-notes
- https://llm-stats.com/llm-updates
About the author
Robert McCullock runs Design Delight Studio, a sustainable design and AI-assisted commerce studio building on Shopify, Claude, and Firebase. See selected work and background in the portfolio.
