v13.10.0
bevyengine/bevyv13.10.0Jul 4, 2026by thedotmack
AI Summary
A major release migrating from deprecated Gemini CLI to the official successor Antigravity CLI, removing Gemini CLI integration while keeping the underlying Gemini LLM provider.
Key Highlights
- Full support for Antigravity CLI (agy) with feature parity.
- Hooks and MCP registration now use Antigravity settings.
- Removed Gemini CLI host integration (adapter, installer, IDE-detection).
- Added CLI subcommands for Antigravity installation management.
Breaking Changes
- Removed Gemini CLI host integration
New Features
- Antigravity CLI support
- Antigravity CLI install/status/uninstall subcommands
Full Release Notes
## Antigravity CLI support, Gemini CLI removed Google deprecated Gemini CLI's free/individual tier (cutoff June 18, 2026) in favor of **Antigravity CLI**, the official successor announced May 19, 2026. This release migrates claude-mem accordingly. ### Removed - Gemini CLI host integration (adapter, installer, IDE-detection entry, hooks, dedicated docs/tests). The separate, still-supported Gemini LLM/observation provider (`CLAUDE_MEM_GEMINI_API_KEY`, `GeminiProvider`) is unaffected. ### Added - Full Antigravity CLI (`agy`) support at feature parity: hooks (7-event map sharing Gemini CLI's proven `~/.gemini/settings.json`), dual MCP server registration, and `GEMINI.md`/rules-file context injection. - `npx claude-mem antigravity-cli install|status|uninstall` subcommand support. Verified end-to-end against a real live Antigravity CLI install, including hook firing, MCP tool registration, and context injection.