Add Antigravity IDE/CLI support and enhance Windows compatibility#1643
Closed
sunnysingh100 wants to merge 2 commits into
Closed
Add Antigravity IDE/CLI support and enhance Windows compatibility#1643sunnysingh100 wants to merge 2 commits into
sunnysingh100 wants to merge 2 commits into
Conversation
added 2 commits
May 21, 2026 23:26
…rdening Antigravity integration: - New hosts/antigravity.ts host config (CLI binary: agy) - Setup script: auto-detect, runtime root creation, skill linking - Install to both ~/.gemini/antigravity-ide/ and ~/.gemini/antigravity-cli/ - plugin.json manifest, 47 skills generated with .antigravity/ paths - Added .antigravity/ to .gitignore Windows compatibility: - browser-skill-commands: platform-aware PATH, path.delimiter, execPath - domain-skills: async/await refactor (replaced callback fs.open pattern) - xvfb: try/catch around Unix-only ps command - host-config-export: Bun.which() instead of shell command -v - server-embedder-terminal-port: import.meta.dir instead of URL.pathname Test hardening: - Backslash normalization in path assertions (gen-skill-docs, browser-skills-e2e) - Platform-aware test skips (context-save, setup-conductor-worktree, artifacts-init, regression-pr1169) - process.execPath instead of echo in bun-polyfill tests - Dynamic host detection in host-config detect test - Updated server-auth sliceBetween markers - Added migration-checkpoint-ownership to Windows-incompatible list
…ager plugin path to setup script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…rdening
Antigravity integration:
Windows compatibility:
Test hardening: