5 Commits

Author SHA1 Message Date
Noe
c4c8922db2 PR fixes 2026-02-10 16:14:55 +00:00
Noe
a14c5293f8 fix: align fingerprint headers to match Antigravity Manager behavior
Reduce fingerprint surface to minimize rate limiting by matching what
Antigravity Manager actually sends on content requests.

Changes:
- Remove X-Goog-QuotaUser and X-Client-Device-Id headers (AM doesn't send them)
- Remove X-Goog-Api-Client and Client-Metadata from fingerprint headers (AM only sends User-Agent on content requests)
- Fix ideType: replace random pool (INTELLIJ, ANDROID_STUDIO, etc.) with ANTIGRAVITY/IDE_UNSPECIFIED
- Remove wrong SDK clients (intellij/2024.1, android-studio/2024.1, jetbrains/2024.3) from randomization pools
- Strip extra Client-Metadata fields (osVersion, arch, sqmId) not present in AM
- Force-regenerate saved fingerprints on account load to clear stale data
- Set CODE_ASSIST_METADATA.ideType to ANTIGRAVITY (matching AM)
2026-02-10 15:05:07 +00:00
Noe
94e42e3e3d feat: add quota checking and management options to documentation 2026-01-26 20:38:42 +00:00
tctinh
6c1e3b7b40 feat: Implement session recovery module for handling recoverable errors
- Added recovery functionality for tool_result_missing, thinking_block_order, and thinking_disabled_violation errors.
- Introduced constants and types for session recovery.
- Created storage utilities for reading and writing session data.
- Enhanced debug logging capabilities in debug.ts.
- Refactored debug state management for better initialization and access.
2025-12-26 02:09:15 +07:00
Noe
8e58a2474c better repo config 2025-12-10 15:18:43 +00:00