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
refactor: use SDK Curl method instead of raw HTTP for structured browser curl
Replace the hand-rolled POST /browsers/{id}/curl with the generated
BrowserCurlParams/BrowserCurlResponse types from the Stainless preview
SDK. The raw/streaming mode (curlRaw) remains custom HTTP as before.
Also updates ProxyService.Check interface to match the new SDK signature
(added ProxyCheckParams parameter).
Uses a temporary replace directive pointing kernel-go-sdk at the
stainless-sdks/kernel-go preview module.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments