feat(antigravity): add Gemini 3.7 Flash (High, Medium, Low) to MITM proxy defaultModels - #3382
Open
alfep wants to merge 1 commit into
Open
feat(antigravity): add Gemini 3.7 Flash (High, Medium, Low) to MITM proxy defaultModels#3382alfep wants to merge 1 commit into
alfep wants to merge 1 commit into
Conversation
… MITM proxy defaultModels
There was a problem hiding this comment.
Pull request overview
Adds Gemini 3.7 Flash tiered model IDs (High/Medium/Low) to the Antigravity MITM tool defaults so they show up in the dashboard’s MITM model mapping table, and introduces a new unit test suite to validate tier routing and MITM model extraction behavior.
Changes:
- Added
gemini-3.7-flash-{high,medium,low}entries toMITM_TOOLS.antigravity.defaultModelsfor UI model-mapping configuration. - Added
tests/unit/gemini-37-integration.test.jscovering upstream resolution, Antigravity thinking-level mapping, MITM extraction defaults, and CLI catalog synchronization checks.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/shared/constants/cliTools.js |
Exposes Gemini 3.7 Flash tiered models as default MITM-mappable entries for Antigravity. |
tests/unit/gemini-37-integration.test.js |
Validates Gemini 3.7 tier routing + thinking config behavior and confirms MITM/CLI catalog alignment. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
afandiaziz
added a commit
to afandiaziz/9router
that referenced
this pull request
Aug 20, 2026
afandiaziz
added a commit
to afandiaziz/9router
that referenced
this pull request
Aug 20, 2026
…/security/providers Verified via trial-merge + per-PR tests (84 pass/0 fail), OAuth baseline identical, providers baseline additive-only (+reasonix/ovh/joycode/openmodel). PRs: decolua#3411 decolua#3370 decolua#3369 decolua#3368 decolua#3393 decolua#3366 decolua#3395 decolua#3382 decolua#3359 decolua#3408 decolua#3357 decolua#3379 decolua#3380 decolua#3381 decolua#3396 decolua#3338 Co-Authored-By: Claude <noreply@anthropic.com>
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
Gemini 3.7 Flash (High),Gemini 3.7 Flash (Medium), andGemini 3.7 Flash (Low)entries toMITM_TOOLS.antigravity.defaultModelsinsrc/shared/constants/cliTools.js.Changes
src/shared/constants/cliTools.js:gemini-3.7-flash-high,gemini-3.7-flash-medium, andgemini-3.7-flash-lowtodefaultModelsso they appear in the MITM tool card and model mapping interface.tests/unit/gemini-37-integration.test.js:thinkingLevelinclusion, MITM extraction forgemini-3.7-flash-tiered, default fallback handling, and CLI catalog synchronization.Verification
tests/unit/gemini-37-integration.test.js(PASSED)tests/unit/gemini-36-integration.test.js(PASSED)tests/unit/antigravity-mitm.test.js(PASSED)tests/unit/antigravity-retry-hook.test.js(PASSED)