Releases: matasarei/antigravity-companion
Releases · matasarei/antigravity-companion
Release list
1.3.3
1.3.2
1.3.1
1.3.0
- Reuse Antigravity tab: the toolbar action (renamed to Open Antigravity CLI) now focuses the existing Antigravity terminal tab if one is open instead of spawning a new one. Toggle Always open a new tab under Settings → Tools → Antigravity Companion to restore the previous behaviour — parallel agy sessions remain fully supported by the MCP bridge.
- Keyboard shortcut: the settings panel shows the current binding for Open Antigravity CLI and deep-links to Settings → Keymap for assignment. No default chord ships — no combination is safe across every bundled JetBrains keymap, so the choice is left to you.
- Artifacts icon fix: the Artifacts tool window stripe icon no longer renders near-black on dark themes when the panel is open. Light-theme variants use JetBrains' canonical icon palette, and the dark-theme variants are pinned for consistent appearance across IDE builds.
1.2.0
- Multi-IDE support across the JetBrains family (IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, GoLand, …). MCP entries are now product-coded so two IDEs can register the same project without colliding; legacy phpstorm-companion-* keys are swept on upgrade.
- Safer mcp_config.json handling (fixes #3) — cross-process file lock, atomic temp-file write, malformed configs never overwritten, distinct in-IDE notifications per failure mode.
1.1.0
New Features
- Artifacts Tool Window: Added a new "Antigravity Artifacts" window (right anchor) that lists recent plans, summaries, and walkthroughs.
- Live Updates: Auto-refreshes every 3 seconds while visible.
- Quick Access: Double-click any entry to open it directly in the IDE editor.
- Global History: Sorted by most-recent activity across all conversations so your active session is always on top.
- Login Shell Integration: agy now launches within a login/interactive shell ($SHELL -lic). This ensures the IDE inherits your full environment (PATH, aliases, etc.) from .zshrc or .zprofile, fixing issues where tools like Homebrew or Docker were "missing" on macOS.
Improvements & Fixes
- UI Polish: Redesigned and properly centered the plugin icon for better visibility in the IDE.
- Performance: Optimized the Artifacts window to pause background filesystem polling whenever the tab is hidden.
- Cleanup: Removed the experimental ide_show_diff tool in favor of the new Artifacts-based review flow.