All Articles
Fixing Antigravity's Slow Performance and Broken File Watching on WSL2
If Antigravity feels sluggish on WSL2, ignores your saved files, or takes minutes to start, you're almost certainly hitting a WSL2 filesystem boundary issue. Here's how to diagnose and fix it for good.
Iterating on AGENTS.md with a Weekly Failure Review — A Loop That Makes Antigravity Smarter
Your AGENTS.md is not done the moment you write it. Here is a weekly retro loop — with templates and concrete before/after examples — for evolving AGENTS.md from real failure logs.
Stop Antigravity From Writing Outdated API Code — Three Ways to Hand It Fresh Library Docs
A practical workflow for keeping Antigravity's AI on the latest library APIs — using Context7 MCP, direct doc URLs, and AGENTS.md to anchor the agent to your real version stack.
Half-Automating CHANGELOG.md From git log With Antigravity — A Solo Developer's Decision Log
You opened your code from six months ago and forgot why you made that change. A common solo-dev problem. Here's a half-automated workflow that uses Antigravity to draft CHANGELOG.md entries straight from your git log, with a working shell script.
Antigravity DevContainer Setup — Killing 'Works on My Machine' for Team Development
Once Antigravity goes multi-user, someone always says 'doesn't work on my setup.' Adding DevContainers solves this surprisingly cleanly. Here's the configuration I run and the gotchas to know.
Antigravity Settings Sync Not Working Across Devices: A Layered Troubleshooting Guide
When Antigravity Settings Sync fails between machines, the cause is almost always one of four layers: auth, local cache, network, or scope. Here are the diagnostic steps that actually work.
When Antigravity's Workspace Indexing Won't Finish: A Field Guide to Fixing Stalled Indexes
Workspace Indexing stuck at 0%, frozen mid-progress, or marked complete but invisible to the agent? Here's a pattern-based diagnostic and repair flow that handles each cause separately.
Mastering Antigravity's Retry: How to Recover Stuck Agents Without Wasting Credits
Three Retry modes in Antigravity, how to read failure logs in 30 seconds, and a workflow that stops Retry from becoming your only fix.
Fixing Antigravity Connection Errors Behind Corporate Proxies and Firewalls
Antigravity works fine at home but fails to sign in or reach the Gemini API on your office network. This guide walks through reading the logs, configuring HTTP proxies, trusting corporate CAs, and getting domain allowlisting right.
Antigravity Uses Too Much CPU and Memory: A Practical Fix Guide
When your laptop fans spin up and Antigravity holds several gigabytes of RAM, the fix starts by identifying which subprocess is actually misbehaving. Here's a per-process playbook.
Is Your agents.md Being Ignored? 6 Common Issues in Antigravity and How to Fix Them
You wrote a detailed agents.md, but the agent keeps ignoring it. Here are 6 common reasons your agents.md might not be working in Antigravity — from file location to context window limits — and how to fix each one.
When Antigravity-Generated Code Floods You With TypeScript Errors: A Systematic Fix
Antigravity AI generates TypeScript errors at scale when context is missing. Learn the root causes and how to prevent them with custom rules and proper type context sharing.