fix(server-v3): release useTouch parameter - #2711
Conversation
|
| Name | Type |
|---|---|
| @browserbasehq/stagehand | Patch |
| @browserbasehq/stagehand-server-v3 | Patch |
| @browserbasehq/stagehand-evals | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
✱ Stainless preview builds for stagehandThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ stagehand-java studio · code · diff
✅ stagehand-openapi studio · code · diff
✅ stagehand-php studio · code · diff
✅ stagehand-python studio · code · diff
✅ stagehand-kotlin studio · code · diff
✅ stagehand-typescript studio · code · diff
✅ stagehand-ruby studio · code · diff
✅ stagehand-go studio · code · diff
✅ stagehand-csharp studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
Summary
useTouchin the committed server-v3 OpenAPI schema@browserbasehq/stagehand-server-v3so the SEA and generated Python client can pick up the parameterVerification
pnpm --filter @browserbasehq/stagehand-server-v3 gen:openapipnpm --filter @browserbasehq/stagehand-server-v3 typecheckSummary by cubic
Expose the
useTouchoption in the server‑v3 OpenAPI schema and publish a patch of@browserbasehq/stagehand-server-v3. Previously the schema omitted this field, so generated clients could not set it; now they can opt into trusted touch taps for mobile layouts.@browserbasehq/stagehand-server-v3and regenerate OpenAPI clients to consumeuseTouch.Written for commit c8073e3. Summary will update on new commits.