chore: cut stagehand-server-v3 catchup release#2367
Merged
Conversation
The server-v3 SEA binary release workflow only fires when a changeset explicitly targets @browserbasehq/stagehand-server-v3. No changeset has included that package since v3.7.2 (2026-06-09), so 39 core changes since then -- including Gemini 3.5 Flash CUA support -- never made it into a binary release despite package.json's version cosmetically advancing via updateInternalDependencies.
🦋 Changeset detectedLatest commit: efb5f99 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
monadoid
approved these changes
Jul 16, 2026
This was referenced Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The
stagehand-server-v3SEA binary release workflow (.github/workflows/stagehand-server-v3-release.yml) only cuts a new tag/binary build when a changeset added since the laststagehand-server-v3/v*tag explicitly lists the@browserbasehq/stagehand-server-v3package. It doesn't look atpackage.jsonversions.The last such changeset landed on 2026-06-09 (v3.7.2, #2217). Since then, 39 changesets have merged that touch
packages/core/packages/server-v3— including Gemini 3.5 Flash CUA support (#2273) and an AI SDK warning fix affecting act/extract/observe (#2359) — and none of them included thestagehand-server-v3package line. So the release-detect job has returnedrelease=falseon every push for over a month, even thoughupdateInternalDependencies: patchcosmetically bumps server-v3'spackage.json/CHANGELOG on every Version Packages PR, making it look like a release happened when it didn't.This changeset is a one-time catch-up: it doesn't change any code, it just gives the release workflow a qualifying trigger so it cuts a binary build containing everything already merged to
packages/coresince v3.7.2.Related: a user asked about this gap on Discord, referencing #2333 (Gemini 3.5 Flash support request).
What changed
.changeset/stagehand-server-v3-catchup-release.mdbumping@browserbasehq/stagehand-server-v3(patch, 3.7.2 → 3.7.3).E2E Test Matrix
stagehand-server-v3-release.yml'sdetectjob against the new changeset fileParsed: @browserbasehq/stagehand-server-v3 patch matches target package: truerelease=trueon merge to main, advancing the tag fromv3.7.2tov3.7.3.stagehand-server-v3tags against their triggering commit's changeset@browserbasehq/stagehand-server-v3v3.7.2tag commitstagehand-server-v3lineLinear: STG-2587
Summary by cubic
Triggers a catch-up SEA binary release for
@browserbasehq/stagehand-server-v3by adding a changeset, so all core changes since v3.7.2 ship (including Gemini 3.5 Flash computer-use support).Addresses Linear STG-2587 by closing the drift between version bumps and actual binary releases.
Written for commit efb5f99. Summary will update on new commits.