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
fix: Claude model compatibility for Antigravity proxy
- Add textPartModels config: configurable model patterns that use text
parts instead of synthetic tool parts for context injection, preventing
Claude VALIDATED mode tool_use/tool_result pairing errors (default:
['antigravity-claude'])
- Fix pruneFullTool: replace edit/write tool part content with
placeholders instead of removing parts entirely, preserving tool
pairing integrity required by Claude's VALIDATED mode
- Fix distill/prune Invalid IDs: rebuild toolIdList after
syncToolCache in executePruneOperation to prevent stale/empty
ID list after session reinitialization
0 commit comments