Skip to content

Releases: matasarei/antigravity-companion

1.3.3

Choose a tag to compare

@matasarei matasarei released this 02 Jul 09:26
e7ca8e5

Added notes to the README and Settings UI clarifying that for WSL2 projects, the IDE itself must be run inside WSL (e.g., via JetBrains Gateway) rather than using a Windows-side configuration. (Fixes #9)

1.3.2

Choose a tag to compare

@matasarei matasarei released this 26 Jun 13:11
388ab2d

Artifact Viewer Fix: Explicitly open out-of-project markdown artifacts in the text editor rather than the default Markdown editor with JCEF preview to prevent blank screens (Fixes #7).

1.3.1

Choose a tag to compare

@matasarei matasarei released this 26 May 22:54
0ec5efb

Keymap link fix: Configure shortcut in Keymap settings… now navigates to Settings → Keymap within the open Settings dialog instead of stacking a second Settings window on top.

1.3.0

Choose a tag to compare

@matasarei matasarei released this 26 May 22:04
9dbf911
  • 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

Choose a tag to compare

@matasarei matasarei released this 23 May 22:32
b30900d
  • 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

Choose a tag to compare

@matasarei matasarei released this 22 May 10:08
1126051

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.