Related:
✦ Tips/2026-08-25Beginner
What I Line Up in PowerShell Before Letting Antigravity Agents Run Commands on Windows
Antigravity agents tend to write bash-shaped commands, and on Windows those do not survive the trip. I ran PowerShell 7.6.5 locally and measured four things: chaining operators, aliases, exit codes, and output encoding. Here is where Windows PowerShell 5.1 diverges, and what belongs in a rules file.
⟐ Editor/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.
✦ Tips/2026-04-30Intermediate
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.