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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#11ae8018e Thanks @shrey150! - Fix region handling for Stagehand sessions by persisting session region metadata and routing follow-up API calls to the correct regional Stagehand endpoint.
Store region on session metadata and resolve region internally for extract, act, observe, agent, and endSession.
Retry once on region-mismatch errors by parsing the returned region and updating metadata.
Keep operation request payloads aligned with Stagehand API docs (region is not sent in operation bodies).
Tighten internal TypeScript typing for region-aware API routing.