Add Antigravity harness with Gemini 3.8 Flash support - #58
Closed
miketela wants to merge 1 commit into
Closed
Conversation
- Register 'antigravity' in HarnessId, HARNESSES, and session types - Configure Gemini 3.8 Flash as default model with reasoning effort settings (High, Medium, Low) - Implement stream-json protocol parser, session lifecycle, cancellation, and catalog discovery - Register Antigravity vector icon in HarnessIcon and dynamic attachment tooltips in Composer - Add Tauri backend binary resolution, skills scanning, and IPC registration - Add comprehensive unit and live test coverage
Owner
|
Thanks for putting this together @miketela. This overlaps with #53, which also adds Antigravity CLI support. New provider integrations are currently paused while the shared harness behavior is being standardized, as described in CONTRIBUTING.md. To avoid maintaining two parallel implementations I’m closing this PR for now. I’ll refer back to both when Antigravity support is ready to be reconsidered. Thanks again! |
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.
Summary
Adds support for Google DeepMind's Antigravity harness (
agyCLI) with Gemini 3.8 Flash as the default model.Key Changes
antigravityinHarnessId,HARNESSES,HARNESS_LABEL, andHARNESS_TITLE.Gemini 3.8 Flash,Gemini 3.7 Flash,Gemini 3.1 Pro,Claude Sonnet 4.6) with dedicatedReasoningeffort selector (High,Medium,Low) inModelSettings, matching the UX conventions of Claude and Grok.antigravity:gemini-3.8-flashasDEFAULT_MODEL_ID.antigravity.${HARNESS_TITLE[harness]} does not support attachments).stream-jsonline protocol communication overstdin/stdout.--conversation <id>), working directory isolation (cwd), cancellation handling, and process termination.callIdusingtool-${sessionId}-${turnIndex}-${stepIndex}to prevent block collision across turns.agy models, parsing and consolidating model families with reasoning effort settings.src/assets/providers/antigravity.svgand registered inHarnessIcon.tsx(MONOCHROME_HARNESSES).harness_resolve_antigravitycommand and registered in IPC handler.resolve_antigravityacross macOS, Linux, and Windows candidate paths (~/.local/bin/agy,~/.gemini/antigravity-cli/bin/, brew,/usr/local/bin,/snap/bin, etc.).--helpprobe for binary identity verification inis_antigravity_agent..antigravity/skills,.gemini/skills,~/.gemini/antigravity-cli/skills).Validation
tsc --noEmitpassed with 0 errors./Users/mike/.local/bin/agyrunninggemini-3.8-flash.