Conversation
This was referenced Sep 17, 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.
Release versioning rewrites evals' published
browse: "0.9.5"dependency to the new workspace Browse version, leavingpnpm-lock.yamlunchanged. The next pnpm command fails in CI withERR_PNPM_OUTDATED_LOCKFILE(failed release).Set Changesets'
bumpVersionsWithWorkspaceProtocolOnlytotrueso versioning updates explicit workspace dependencies and preserves registry pins. An audit of workspace manifests found evals' Browse pin is the only same-name internal dependency without the workspace protocol. The diff remains one configuration line and evals continue using published Browse 0.9.5.Alternative: #2963 uses workspace Browse and includes a lean extraction of the required CLI adapter compatibility work from #2838. Use that proposal if evals should exercise the current checkout instead of a fixed published CLI.
E2E Test Matrix
Verified on unchanged head
ebb7ddf4c, using pnpm 11.10.0. Compared with #2963 on the samemainbase,94457926a.CI=true pnpm exec changeset version, thenCI=true pnpm exec tsx scripts/release/consolidate-changelogs.ts, thenCI=true pnpm install --frozen-lockfilepnpm exec turbo run build --filter=@browserbasehq/stagehand-evalspnpm exec vitest run --config packages/evals/vitest.config.ts --maxWorkers=4OPENAI_API_KEY, matching CI; an initial run inherited it and hit an unrelated Mastra model-routing assertionWrapper passed; cleanup completed with no remaining daemon PID/socket filesBrowseCliTool.start()against published 0.9.5command --json not foundbefore browser startupmain; this config-only fix does not address it. #2963 fixes it and its native browser smoke passesREADME.mdformatting issueBrowser tests used local Chromium with an isolated daemon directory and a test-only
--no-sandboxlauncher for the container. Remote Browserbase sessions, paid model evals, and publishing were not run.