Version Packages#1754
Merged
miguelg719 merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
8db5724 to
b8e5b68
Compare
Contributor
Greptile SummaryAutomated version bump PR from Changesets that releases
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: b8e5b68 |
Contributor
There was a problem hiding this comment.
No issues found across 7 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant App as Stagehand Client (Server/Evals)
participant Core as @browserbasehq/stagehand
participant Browser as Browser Session (CDP/Playwright)
Note over App,Browser: Session Initialization Flow
App->>Core: init() / connect()
Core->>Browser: Establish connection to browser session
Core->>Browser: CHANGED: Request list of open tabs/pages
Browser-->>Core: Return list (e.g., [])
alt NEW: No open tabs detected
Core->>Browser: NEW: Create initial page (about:blank)
Browser-->>Core: Page object
Note right of Core: Prevents connection failure in zero-tab environments
else Existing tabs present
Core->>Browser: Select active page context
end
Core-->>App: Initialization complete (Session Ready)
01663ea to
9c59545
Compare
dd109db to
7c91e0a
Compare
467ef23 to
bed6218
Compare
bed6218 to
e1d4b79
Compare
miguelg719
approved these changes
Mar 18, 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.
This PR was opened by the Changesets release 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 main, this PR will be updated.
Releases
@browserbasehq/browse-cli@0.2.0
Minor Changes
#1816
687d54aThanks @shrey150! - Add--context-idand--persistflags tobrowse openfor loading and persisting Browserbase Contexts across sessions#1793
e38c13bThanks @shrey150! - Initial release of browse CLI - browser automation for AI agentsPatch Changes
#1806
f8c7738Thanks @shrey150! - Fixbrowse envshowing stale mode afterbrowse env remoteUpdated dependencies [
505e8c6,2f43ffa,63ee247,7dc35f5,335cf47,6ba0a1d,4ff3bb8,c27054b,2abf5b9,7817fcc,7390508,611f43a,521a10e,2402a3c]:@browserbasehq/stagehand@3.2.0
Minor Changes
#1779
2f43ffaThanks @shrey150! - feat: addcdpHeadersoption tolocalBrowserLaunchOptionsfor passing custom HTTP headers when connecting to an existing browser via CDP URL#1834
63ee247Thanks @tkattkat! - Update stagehand agents search tool#1774
521a10eThanks @seanmcguire12! - add new page.setExtraHTTPHeaders() methodPatch Changes
#1759
505e8c6Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.#1814
7dc35f5Thanks @tkattkat! - Change usage of openai provider in agent to default to store:false#1846
335cf47Thanks @aq17! - Fix streaming finished event being silently dropped. The final SSE event containing the result payload (success status, message, actions, usage, and messages) was previously discarded instead of being yielded to the caller.#1764
6ba0a1dThanks @shrey150! - ExposeheadersinGoogleVertexProviderSettingsso model configs can pass custom provider headers (for exampleX-Goog-Priority) without TypeScript errors.#1847
4ff3bb8Thanks @miguelg719! - Enable FlowLogger on BROWSERBASE_FLOW_LOGS=1#1752
c27054bThanks @derekmeegan! - fix: pause Browserbase agents while captcha solving is active and improve CUA recovery after the solve completes#1800
2abf5b9Thanks @shrey150! - Make projectId optional for Browserbase sessions — only BROWSERBASE_API_KEY is required#1766
7817fccThanks @tkattkat! - Add configurable timeout to tools in agent#1749
7390508Thanks @pirate! - When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initialabout:blanktab so the connection can continue.#1761
611f43aThanks @seanmcguire12! - fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close#1817
2402a3cThanks @tkattkat! - Add support for passing custom headers in clientOptions@browserbasehq/stagehand-evals@1.1.9
Patch Changes
505e8c6,2f43ffa,63ee247,7dc35f5,335cf47,6ba0a1d,4ff3bb8,c27054b,2abf5b9,7817fcc,7390508,611f43a,521a10e,2402a3c]:@browserbasehq/stagehand-server-v3@3.6.1
Patch Changes
#1759
505e8c6Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.Updated dependencies [
505e8c6,2f43ffa,63ee247,7dc35f5,335cf47,6ba0a1d,4ff3bb8,c27054b,2abf5b9,7817fcc,7390508,611f43a,521a10e,2402a3c]:@browserbasehq/stagehand-server-v4@3.6.1
Patch Changes
505e8c6,2f43ffa,63ee247,7dc35f5,335cf47,6ba0a1d,4ff3bb8,c27054b,2abf5b9,7817fcc,7390508,611f43a,521a10e,2402a3c]: