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
[Frontend UI] Dashboard Integrity Status Fix: Introduced a "CHECKING" status to resolve the issue where the Dashboard homepage incorrectly displayed as "DEGRADED" before core asset data finished loading, eliminating initial screen warning flicker.
[Core] Sandbox Isolation Bypass: Removed the virtual workspace restriction (/tmp/antigravity_workspace) for the Cascade Agent, fully unlocking the AI agent's ability to read arbitrary local codebase directories on the host machine.
[Protocol] Claude CLI Deep Compatibility: Fixed strict usage payloads in Anthropic streaming outputs and added a /v1/messages/count_tokens preflight mock endpoint to perfectly support Cherry Studio and the official Claude CLI tool.
[Reliability] Fallback Model Injection: Automatically injects preset/default models (e.g., gemini-3.1-pro-high) into memory and the frontend UI when quota detection fails or new accounts haven't synced models, preventing blank UI screens and missing API models.
[Provisioner] Strengthened Local-First Validation: Optimized AssetProvisioner logic to immediately skip meaningless cloud downloads once an aligned locally installed Antigravity version is sniffed, speeding up the server startup.
[Protocol] Native Gemini Client Integration: Engineered support for x-goog-api-key headers and automatically intercepts/strips operation suffixes (e.g., :streamGenerateContent) from model paths at the gateway, unlocking drop-in compatibility for official Gemini ecosystem tools.
[Engine] Aligned LS Core Launch Signatures: Adopted security adaptations targeting recent Antigravity native engines, transitioning to -https_server_port and injecting mandatory bidirectional CSRF tokens for Cascade agents to eradicate strict connection-reset issues.
[Session] Zero-IO Identity Tracking: Deprecated high-frequency disk-reads of local .gemini authorization files during identity evaluations, swapped to rapid memory-bound MD5 fingerprint checks, mitigating heavy file operations and concurrency contention.
[Port Config] Full-Link Custom Backend Port: Eliminated all hardcoded 5173 port references. Now supports configuring the backend port via CLI, env vars, or directly in the Dashboard Settings page, with automatic adaptation for Tauri bridging and OAuth flows.
[Accounts] Account Status Misjudgment Fix (Issue #13): Optimized the Google subscription tier recognition algorithm, resolving the issue where normal free accounts were incorrectly flagged as "Restricted/Banned," and added support for automatic status recovery.