Skip to content

fix(server-v3): release useTouch parameter - #2711

Merged
miguelg719 merged 3 commits into
v3from
fix/server-v3-use-touch-release
Aug 20, 2026
Merged

miguelg719 merged 3 commits into
v3from
fix/server-v3-use-touch-release

Conversation

@miguelg719

@miguelg719 miguelg719 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • include useTouch in the committed server-v3 OpenAPI schema
  • patch-release @browserbasehq/stagehand-server-v3 so the SEA and generated Python client can pick up the parameter

Verification

  • pnpm --filter @browserbasehq/stagehand-server-v3 gen:openapi
  • pnpm --filter @browserbasehq/stagehand-server-v3 typecheck

Summary by cubic

Expose the useTouch option in the server‑v3 OpenAPI schema so generated clients can request trusted touch taps for mobile layouts; no server behavior change. Publish @browserbasehq/stagehand-server-v3 under the v3-latest npm dist‑tag.

Written for commit a7e1ed5. Summary will update on new commits.

Review in cubic

@changeset-bot

changeset-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: a7e1ed5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@browserbasehq/stagehand-server-v3 Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

✱ Stainless preview builds for stagehand

This PR will update the stagehand SDKs with the following commit message.

fix(server-v3): release useTouch parameter

Edit this comment to update it. It will appear in the SDK's changelogs.

stagehand-java studio · code · diff

Your SDK build had at least one "note" diagnostic, but this did not represent a regression.
generate ✅build ✅lint ✅test ✅

Add the following URL as a Maven source: 'https://pkg.stainless.com/s/stagehand-java/3256bea3046dc16bad3c78b67e280713e680cf94/mvn'
stagehand-openapi studio · code · diff

Your SDK build had at least one "note" diagnostic, but this did not represent a regression.
generate ✅

stagehand-php studio · code · diff

Your SDK build had at least one "warning" diagnostic, but this did not represent a regression.
generate ⚠️lint ✅test ✅

stagehand-python studio · code · diff

Your SDK build had at least one "warning" diagnostic, but this did not represent a regression.
generate ⚠️build ✅lint ✅test ✅

pip install https://pkg.stainless.com/s/stagehand-python/555e2aa10c82b44406f76f718e08b761dd354f68/stagehand-3.22.0-py3-none-any.whl
stagehand-kotlin studio · code · diff

Your SDK build had at least one "note" diagnostic, but this did not represent a regression.
generate ✅build ✅lint ✅test ✅

stagehand-typescript studio · code · diff

Your SDK build had at least one "warning" diagnostic, but this did not represent a regression.
generate ⚠️build ✅lint ✅test ✅

npm install https://pkg.stainless.com/s/stagehand-typescript/9f3f9cbc890565691f2ed1e7332031902d8395f7/dist.tar.gz
stagehand-ruby studio · code · diff

Your SDK build had at least one "note" diagnostic, but this did not represent a regression.
generate ✅build ✅lint ✅test ✅

stagehand-go studio · code · diff

Your SDK build had at least one "note" diagnostic, but this did not represent a regression.
generate ✅build ✅lint ✅test ✅

go get github.com/stainless-sdks/stagehand-go@d405336022b4831cdf41477d70b3d90461889709
stagehand-csharp studio · code · diff

Your SDK build had at least one "warning" diagnostic, but this did not represent a regression.
generate ⚠️build ✅lint ✅test ✅


This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
If you push custom code to the preview branch, re-run this workflow to update the comment.
Last updated: 2026-08-13 18:47:20 UTC

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

Comment thread package.json
@miguelg719
miguelg719 merged commit df28040 into v3 Aug 20, 2026
246 of 251 checks passed
@github-actions github-actions Bot mentioned this pull request Aug 20, 2026
miguelg719 pushed a commit that referenced this pull request Aug 20, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to v3, this PR will
be updated.


# Releases
## @browserbasehq/stagehand-server-v3@3.7.5

### Patch Changes

- [#2711](#2711)
[`df28040`](df28040)
Thanks [@miguelg719](https://github.com/miguelg719)! - Add `useTouch`
option to actuate agent clicks as trusted touch


<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Publishes `@browserbasehq/stagehand-server-v3` v3.7.5, adding a
`useTouch` option to actuate agent clicks as trusted touch. This keeps
mouse-based click actuation as the default while enabling touch-only
flows when needed.

- Old vs new: previously all agent clicks used mouse events; now, when
`useTouch` is true, clicks emit trusted touch events. Default is false
to preserve behavior.
- Migration: none required. Enable by setting `useTouch: true` where you
configure agent clicks if a site requires touch-only interactions.
- Review scope: release-only changes (version bump and changelog); no
functional code changes in this PR.

<sup>Written for commit 2916c4a.
Summary will update on new commits.</sup>

<a
href="https://cubic.dev/pr/browserbase/stagehand/pull/2778?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>

<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants