Open
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
5eba447 to
80f18d9
Compare
80f18d9 to
3ab0c4f
Compare
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.1
Patch Changes
144e18e]:@browserbasehq/stagehand@3.2.1
Patch Changes
144e18eThanks @seanmcguire12! - apply user defined toolTimeout to all agent tools (other than wait & think tools)@browserbasehq/stagehand-evals@1.1.10
Patch Changes
144e18e]:@browserbasehq/stagehand-server-v3@3.6.2
Patch Changes
144e18e]:@browserbasehq/stagehand-server-v4@3.6.2
Patch Changes
144e18e]: