Merged
Conversation
e1d4b79 to
aeb8d93
Compare
Contributor
Greptile SummaryThis is a standard automated release PR generated by the Changesets action. It bumps package versions across the monorepo in response to the single patch changeset (
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
CS[".changeset/crazy-nights-prove.md\n(toolTimeout patch)"] -->|consumed by Changesets action| CORE["@browserbasehq/stagehand\n3.2.0 → 3.2.1"]
CORE -->|transitive bump| CLI["@browserbasehq/browse-cli\n0.2.0 → 0.2.1 (public)"]
CORE -->|transitive bump| EVALS["@browserbasehq/stagehand-evals\n1.1.9 → 1.1.10 (private)"]
CORE -->|transitive bump| SV3["@browserbasehq/stagehand-server-v3\n3.6.1 → 3.6.2 (private)"]
CORE -->|transitive bump| SV4["@browserbasehq/stagehand-server-v4\n3.6.1 → 3.6.2 (private)"]
Last reviewed commit: "Version Packages" |
Contributor
There was a problem hiding this comment.
No issues found across 11 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Client as CLI / Server / Evals
participant Core as Stagehand Core (@3.2.1)
participant Agent as Agent Orchestrator
participant Tools as Agent Tools (Click, Type, etc.)
Note over Client, Core: Configuration includes user-defined 'toolTimeout'
Client->>Core: Initialize with toolTimeout
Client->>Core: act() / extract() / observe()
Core->>Agent: Process instruction
Agent->>Agent: Select tool for task
alt Tool is 'wait' OR 'think'
Agent->>Tools: Execute tool
Note right of Tools: Unchanged: Uses default/internal timeout logic
else CHANGED: All other tools (Navigate, Click, Type, etc.)
Agent->>Tools: NEW: Execute tool using 'toolTimeout' configuration
alt Execution within toolTimeout
Tools-->>Agent: Return result
else Timeout exceeded
Tools-->>Agent: Error: Tool execution timed out
end
end
Agent-->>Core: Return interaction result
Core-->>Client: Final response (success/error)
Note over Client, Tools: This flow is now consistent across CLI, Server v3/v4, and Evals via @3.2.1 update
0718a85 to
94b0ec2
Compare
1d1babd to
71353d6
Compare
9b12a01 to
b7ebd3e
Compare
b7ebd3e to
f8740ef
Compare
f8740ef to
6b75643
Compare
miguelg719
approved these changes
Apr 8, 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/stagehand@3.2.1
Patch Changes
#1843
144e18eThanks @seanmcguire12! - apply user defined toolTimeout to all agent tools (other than wait & think tools)#1872
d3c3736Thanks @tkattkat! - Add support for LLM provider middleware#1953
5c889dfThanks @github-actions! - (NEW) Model Gateway: make model api key optional on API#1924
a1ab39eThanks @seanmcguire12! - fix issue where stagehand could not attach to new tabs that were created manually.#1874
f3fe7ceThanks @miguelg719! - Add headers (LLM) to ModelConfig#1964
5fb9785Thanks @github-actions! - chore: update examples#1901
f5d1f1fThanks @seanmcguire12! - pass timeout as timeoutMs in goto()#1858
8bf5db8Thanks @monadoid! - Add explicit SSE event names for local v3 streaming and update the generated SDK contract to match.#1899
6dc2276Thanks @tkattkat! - fix: include screenshot in openai cua agents first message@browserbasehq/stagehand-evals@1.1.10
Patch Changes
144e18e,d3c3736,5c889df,a1ab39e,f3fe7ce,5fb9785,f5d1f1f,8bf5db8,6dc2276]:@browserbasehq/stagehand-server-v3@3.6.2
Patch Changes
#1901
f5d1f1fThanks @seanmcguire12! - pass timeout as timeoutMs in goto()#1873
a98801aThanks @miguelg719! - Fix schema parsing bug for Pydantic.model_json_schema()on missing nested references#1858
8bf5db8Thanks @monadoid! - Add explicit SSE event names for local v3 streaming and update the generated SDK contract to match.#1937
249f5edThanks @monadoid! - Improve server-v3 error passthrough for local operation failuresUpdated dependencies [
144e18e,d3c3736,5c889df,a1ab39e,f3fe7ce,5fb9785,f5d1f1f,8bf5db8,6dc2276]:@browserbasehq/stagehand-server-v4@3.6.2
Patch Changes
144e18e,d3c3736,5c889df,a1ab39e,f3fe7ce,5fb9785,f5d1f1f,8bf5db8,6dc2276]: