Getting Ready for the Gemini CLI and Code Assist Personal Shutdown: A June 18 Migration Inventory
On June 18, personal access to Gemini CLI and Code Assist stops. Here is how I found every place I depended on it and moved each one to either Antigravity CLI or direct API calls, using my own setup as the example.
Gemini Interactions API: Fixing What Broke When the Legacy outputs Schema Was Removed on June 6
Google removed the Gemini Interactions API legacy outputs schema on June 6, 2026. A symptom-based walkthrough of migrating to steps and the new response_format.
Gemini 3.2 API Suddenly Broke — 5 Common Errors and How to Fix Them
Switched to Gemini 3.2 API and hit a wall? This guide covers 5 common errors developers encounter during migration — wrong model IDs, rate limits, context overflow, streaming interruptions, and Function Calling schema failures — with working code fixes.
Migrating Working Code from AI Studio to Vertex AI: A Solo Developer's Hands-On Walkthrough
What actually changes when you move existing Gemini API code from AI Studio to Vertex AI. Includes side-by-side code diffs for SDK init, auth, and response parsing.
Migrating to @google/genai: Seven Errors That Will Eat Your Afternoon
A field-tested guide to the seven errors you are most likely to hit when migrating from @google/generative-ai to @google/genai, with copy-paste fixes for Node.js and TypeScript codebases.