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: derive an SDK-conforming Antigravity conversation id
The Antigravity SDK now requires conversation_id to be at least 32
characters and match [a-zA-Z0-9-]. The wrapper built it as
"{session_id}_{agent_name}", which is too short and contains
underscores, so resuming a conversation raised a ValidationError.
Derive it from a hash of the session id and agent name instead, so it
stays deterministic (trajectories still resume) while always meeting
the constraints.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 949741204
0 commit comments