Skip to content

1.1.0

Choose a tag to compare

@matasarei matasarei released this 22 May 10:08
· 6 commits to main since this release
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.