Back
GoogleAntigravity
Workspace path resolution against current working directory, compaction event deduplication, and Vertex auth…
AI summary
Written by AI from the official notes. Check them for exact details.Google's Gemini and Antigravity now support improved workspace path resolution, deduplication of compaction events, and Vertex AI authentication overrides.
- Supports custom authentication headers for Vertex AI requests.
- Fixes workspace path resolution against the current working directory.
- Prevents duplicate compaction hook dispatches and index inflation.
Why it matters: Developers using Google AI tools should care for improved functionality and reduced errors in their workflows.
Full release notes3 changes
Resolves relative workspace paths against the current working directory, prevents duplicate compaction hook dispatches and compaction index inflation, and adds support for Vertex AI gateway authentication overrides.
- Vertex Endpoint Authentication Overrides: Enhanced
VertexEndpointto support custom authentication headers and token overrides when routing inference requests through API gateways or proxy servers. - Workspace Path Resolution: Fixed relative workspace paths in
LocalAgentConfig(workspaces=[...])incorrectly resolving againstapp_data_dirinstead of the process working directory. - Compaction Hook Deduplication: Fixed
on_compactionhook dispatching multiple times per compaction event and resolved over-counting incompaction_indicesby adding terminal state deduplication.