deep_search
Delegate codebase archaeology to the Antigravity CLI: search git history, diffs, and usages to answer when or why code changed and where it is used, saving context from manual command runs.
Instructions
Delegate codebase archaeology to the Antigravity CLI: git log/diff/blame spelunking, wide greps across a repo, 'when/why did X change', 'where is Y used'. USE THIS instead of running many search commands yourself — it saves your context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the working directory / project root. Defaults to the server's cwd. | |
| model | No | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. | |
| query | Yes | What to find, e.g. 'when was the auth middleware refactored and why'. |