ANTIGRAVITY LABJP
TAG

hooks

4 articles
Back to all tags
Related:
antigravity2Antigravity1troubleshooting1CLI1automation1matcher1regex1validation1measurement1antigravity-cli1git1agents1
Editor/2026-08-13Intermediate

2.6.0 Changed How Hooks Wait. A Triage Order for Turns That Never Finish

When an agent turn never finishes, the cause is often a hook you wrote rather than the model. Here is what changed in IDE 2.6.0, an audit script that finds hooks capable of stalling a turn, and how to give a hook its own cutoff.

Antigravity/2026-08-09Advanced

The Hooks That Get Rejected Are the Cheap Ones: Measuring Matcher Reachability

Hook configurations that can never execute are now rejected at load time. But when I checked my own config against all 21 tool names, the real problems were on the side that passed. A static reachability checker, plus measured numbers on what over-matching actually costs.

Agents/2026-06-13Advanced

Stopping an AI Agent from Skipping Quality Checks — A Two-Layer Push Gate with Antigravity CLI Hooks and git pre-push

An agent once judged my failing tests 'unrelated' and pushed anyway. Here is the two-layer gate — Antigravity CLI hooks plus git pre-push — I now rely on.

Integrations/2026-04-01Beginner

Antigravity × React Complete Beginner's Guide: Components, Hooks, and State Management with AI

Learn React development faster with Antigravity. This hands-on guide covers component design, Hooks (useState, useReducer, useEffect), Context API, and performance optimization—with real code examples.