You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
🇺🇸 English
Fix: Fully support Antigravity CLI structure by migrating the statusline hooks installation path from .gemini/hooks/ to .gemini/antigravity-cli/hooks/ by @AndyAWD and @gemini-cli
Fix: Improve Windows deployment logic by using cmd.exe /c where agy to accurately locate the CLI directory for the silent sh.exe deployment by @AndyAWD and @gemini-cli
Fix: Add safety checks during Windows deployment to automatically detect and prompt users to delete any incorrectly placed sh.exe in the global Node.js directory, preventing system path pollution by @AndyAWD and @gemini-cli