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
Copy file name to clipboardExpand all lines: ARCHITECTURE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
**Payload Transformation:**
37
37
- Purpose: Resolves client-supplied model names into logical Antigravity identifiers, injects tool description hardening rules, strips Claude thinking blocks, and sanitizes payload fields during model family swaps.
38
38
- Location: `packages/core/src/transform/` and `packages/core/src/model-registry.ts`
- Used by: Host request interceptors and streaming parsers.
42
42
@@ -89,9 +89,9 @@
89
89
- Pattern: Raw socket read-write buffer stream with custom chunked-transfer decoding.
90
90
91
91
**`ModelResolver` (`resolveModelWithTier`):**
92
-
- Purpose: Maps external AI model tags (e.g. `claude-3-7-sonnet`) into internal Google Antigravity identifiers, specifying thinking budgets and custom header styles.
92
+
- Purpose: Maps external AI model tags (e.g. `claude-3-7-sonnet`, `gemini-3.6-flash`) into internal Google Antigravity identifiers, specifying thinking budgets and custom header styles.
Copy file name to clipboardExpand all lines: STRUCTURE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ antigravity-auth/
17
17
**`packages/core`:**
18
18
- Purpose: Provides harness-agnostic utilities for Google Antigravity integrations.
19
19
- Contains: Direct TCP/TLS socket transport, Google OAuth PKCE auth flow, Google Cloud project bootstrapping, Claude and Gemini request/response transforms, device fingerprint generators, and centralized model registries.
0 commit comments