deep_search
Perform codebase archaeology: search git history, diffs, and greps to answer questions about when or why code changed and where it's used.
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 |
|---|---|---|---|
| query | Yes | What to find, e.g. 'when was the auth middleware refactored and why'. | |
| 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. |