All Articles
Feeding Spec PDFs to Antigravity 2.1.4: A Practical Attachment Workflow
Field notes on using the PDF attachment added in Antigravity 2.1.4 as a spec-driven implementation workflow: supported formats, the scanned-PDF trap, token cost, and how to verify the output.
Supervising Multiple Agents at Once on the Antigravity 2.0 Desktop: Screen Layout and Interruption Design
Now that Antigravity 2.0 has been recast as an agent control tower, here is how I lay out the screen, decide when to interrupt, and surface state when running several agents in parallel.
From Gemini CLI to Antigravity CLI: A Working Record of the June 18 Migration
On June 18, Gemini CLI and the Code Assist extension stop serving individual users. Here is my actual record of moving to the Go-based Antigravity CLI: what broke, the command mapping, and the auth and quota traps I hit.
Three Weeks with Antigravity Settings Sync Across Two Macs — A Sync Design for Solo App Development
Notes from three weeks of running Antigravity Settings Sync between a home Mac mini and a portable MacBook Air, written from the perspective of a solo developer working across multiple devices.
Cultivating Antigravity Walkthroughs as a Regression Replay Memo: A Four-Month Operational Log
A four-month log of repurposing Antigravity Walkthroughs from a one-off explainer into a persistent regression replay memo. Includes the naming scheme, the four-section structure, and the concrete numbers behind a roughly 60 percent drop in duplicate bug reports.
VS Code 1.121 and the Agent Host Protocol — Reading the Moment When Editor Boundaries Started Moving Outward
VS Code 1.121 introduced Remote agents and the Agent Host Protocol (AHP), expanded the Claude Agent's Auto mode and BYOK options, and made Markdown Mermaid support standard. Read from an Antigravity user's perspective, this release looks like the moment the editor began stepping outside itself.
Two Weeks of Antigravity Walkthroughs During a Wallpaper App Refactor
Two weeks of practical notes on using Antigravity Walkthroughs during a long-running wallpaper app refactor — where it fits, where it falls short, and how I now split work between Walkthroughs and Plan Mode.
When Antigravity Agent Edits Break Diffs Due to Mixed CRLF/LF Line Endings
Working across Windows, Mac, and Linux, you may suddenly see Antigravity Agent edits turn an entire file's diff bright red. This article walks through detecting CRLF/LF mismatches and a three-layer fix across git, the editor, and the Agent itself.
Splitting AI Context Across Multiple Repos with Antigravity Multi-root Workspaces
When you open multiple similar repos in a single Antigravity window, the AI sometimes pulls conventions from the wrong project. Here is how I split AI context per folder using .antigravity/rules, learned from running four near-identical Next.js sites side by side.
Fixing 'Find References' in Antigravity When Results Are Empty or Incomplete
When Find References returns nothing or only some of the call sites in Antigravity, the cause depends on whether the language server or the workspace index is silent. This guide walks through the diagnosis for TypeScript, Python, and monorepo setups.
Antigravity Not Detecting Your Python Virtual Environment — A Troubleshooting Guide
Fix Antigravity not recognizing Python virtual environments created with venv, Poetry, uv, or Conda. Learn how to correctly set the interpreter path and avoid the most common configuration mistakes.
TypeScript Path Aliases Not Working in Antigravity: Complete Fix Guide
Fix TypeScript @/ path aliases that aren't resolving in Antigravity. From tsconfig.json paths config to workspace settings and AI suggestion rules, this guide covers every step to eliminate TS2307 errors.