ANTIGRAVITY LABJP
ARTICLES

All Articles

All (951) Antigravity Basics (143) Editor View (62) Agents & Manager (248) Integrations (125) App Development (216) AI Tools (63) Tips & Best Practices (94)
Editor View/2026-06-16Intermediate

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.

Editor View/2026-06-15Intermediate

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.

Editor View/2026-06-15Intermediate

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.

Editor View/2026-05-27Intermediate

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.

Editor View/2026-05-27Intermediate

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.

Editor View/2026-05-24Intermediate

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.

Editor View/2026-05-21Intermediate

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.

Editor View/2026-05-20Intermediate

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.

Editor View/2026-05-09Intermediate

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.

Editor View/2026-05-07Intermediate

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.

Editor View/2026-05-05Beginner

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.

Editor View/2026-05-05Intermediate

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.