-
Notifications
You must be signed in to change notification settings - Fork 168
Description
Description
Entire currently supports claude-code and gemini (Gemini CLI) as agents. We'd love to see support for Google Antigravity IDE — Google's AI coding IDE that supports multiple models (Gemini, Claude, etc.).
Use Case
We run a multi-project portfolio (15+ repos) with Entire enabled across all of them using --agent gemini --strategy auto-commit. Our primary development happens in Antigravity IDE, not the Gemini CLI terminal. As a result:
- ✅ Git commits and pushes work normally
- ✅ Entire hooks fire on every commit
- ❌ Zero checkpoints are captured because no recognized agent session is detected
- ❌ Dashboard shows no activity despite active daily development
We've verified hooks are installed correctly, settings.json and settings.local.json are properly configured, and entire status reports "Enabled (auto-commit)." The issue is purely that Antigravity sessions aren't detected by the hooks.
Expected Behavior
Entire should detect and capture Antigravity IDE agent sessions the same way it does for Gemini CLI — capturing prompts, reasoning, file changes, and token usage as checkpoints.
Current Workaround
Using Gemini CLI in a terminal for commits when full session tracking is needed. This adds friction and means most of our day-to-day development goes untracked on the dashboard.
Environment
- Entire CLI: v0.4.2
- OS: macOS (Apple Silicon)
- IDE: Google Antigravity
- Agent config:
entire enable --strategy auto-commit --agent gemini --force