Add Antigravity IDE plugin#474
Open
jinuk-saramin wants to merge 4 commits into
Open
Conversation
5 tasks
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.
Description
This PR introduces support for Antigravity IDE (the new 2.0 version of the Antigravity assistant).
Key Details:
language_server_macosbinary with the--app_data_dir antigravity-ideargument, resolves its TCP port, and makes local HTTP/HTTPS Connect-RPC calls to fetch model usage (GetUserStatusandGetCommandModelConfigs).#1A73E8) and SVG logo utilizingcurrentColorfor consistent theme support.docs/providers/antigravity-ide.mdand updatedREADME.mdto list the new provider.Related Issue
N/A
Type of Change
Testing
bun run buildand it succeeded (Skipped due to lack of local Rust/Cargo environment, but the TS/JS codebase is fully intact)bun run testand all tests pass (Verified all 1094 tests including the 18 new unit tests pass successfully)bun tauri dev(Manually verified by copying the plugin to~/Library/Application Support/com.sunstory.openusage/plugins/and testing it with the running desktop app)Screenshots
Checklist
mainbranchSummary by cubic
Add the new
antigravity-ideprovider plugin that reads usage from the local Antigravity IDE language server via Connect-RPC. Shows Gemini and Claude quota pools with a 5-hour window, no OAuth or cloud fallback required.language_server_macoswith markerantigravity-ide, probes ports via GetUnleashData (HTTPS first, then HTTP), and uses--csrf_token.exa.language_server_pb.LanguageServerService.brandColorto#000000.docs/providers/antigravity-ide.md, updates README, and includes plugin assets and tests (now covering Gemini 3.5 Flash variants).Written for commit de1706b. Summary will update on new commits. Review in cubic