Reproduction Steps:
- Install Codegraph globally:
npm i -g @colbymchenry/codegraph
- Configure Codegraph for Antigravity:
codegraph install --target=antigravity
- Restart Antigravity and initialize a project:
codegraph init -i
Expected Behavior:
Antigravity 2.0 should automatically start using Codegraph tools since the .codegraph/ directory is present in the project.
Actual Result:
Antigravity 2.0 does not use any Codegraph tools. I verified that the codegraph serve --mcp command works correctly from the command line. Also, I tested this scenario in the exact same project using Codex. When asked the exact same question, Codex successfully utilizes Codegraph tools to provide an answer.

Reproduction Steps:
npm i -g @colbymchenry/codegraphcodegraph install --target=antigravitycodegraph init -iExpected Behavior:
Antigravity 2.0 should automatically start using Codegraph tools since the
.codegraph/directory is present in the project.Actual Result:
Antigravity 2.0 does not use any Codegraph tools. I verified that the
codegraph serve --mcpcommand works correctly from the command line. Also, I tested this scenario in the exact same project using Codex. When asked the exact same question, Codex successfully utilizes Codegraph tools to provide an answer.