Skip to content

Version Packages#1853

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#1853
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 18, 2026

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

  • Updated dependencies [144e18e]:
    • @browserbasehq/stagehand@3.2.1

@browserbasehq/stagehand@3.2.1

Patch Changes

@browserbasehq/stagehand-evals@1.1.10

Patch Changes

  • Updated dependencies [144e18e]:
    • @browserbasehq/stagehand@3.2.1

@browserbasehq/stagehand-server-v3@3.6.2

Patch Changes

  • Updated dependencies [144e18e]:
    • @browserbasehq/stagehand@3.2.1

@browserbasehq/stagehand-server-v4@3.6.2

Patch Changes

  • Updated dependencies [144e18e]:
    • @browserbasehq/stagehand@3.2.1

@github-actions github-actions bot force-pushed the changeset-release/main branch from e1d4b79 to aeb8d93 Compare March 18, 2026 23:48
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 18, 2026

Greptile Summary

This 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 (crazy-nights-prove.md) that was merged, which applied the user-defined toolTimeout to all agent tools (excluding wait & think tools) in PR #1843.

  • @browserbasehq/stagehand bumped 3.2.0 → 3.2.1 (the actual patch change)
  • @browserbasehq/browse-cli bumped 0.2.0 → 0.2.1 (transitive dependency bump, public)
  • @browserbasehq/stagehand-evals bumped 1.1.9 → 1.1.10 (transitive, private)
  • @browserbasehq/stagehand-server-v3 bumped 3.6.1 → 3.6.2 (transitive, private)
  • @browserbasehq/stagehand-server-v4 bumped 3.6.1 → 3.6.2 (transitive, private)
  • All package.json files correctly use the workspace:* protocol for internal cross-package dependencies, which will be resolved to exact versions by the Changesets tool at publish time.
  • All CHANGELOG entries are correctly formatted with PR links, commit hashes, and author attribution.

Confidence Score: 5/5

  • This PR is safe to merge — it is fully automated version bookkeeping with no logic changes.
  • All changes are auto-generated by the Changesets release action: version fields in package.json and CHANGELOG entries. No source code, tests, or configuration logic was modified. All internal dependencies use the standard workspace:* protocol, and the consumed changeset file is correctly deleted. There is nothing to introduce a regression.
  • No files require special attention.

Important Files Changed

Filename Overview
.changeset/crazy-nights-prove.md Changeset file consumed by the release process — correctly deleted as part of version bump automation.
packages/core/package.json Core stagehand package bumped from 3.2.0 to 3.2.1 (patch); dependency references use workspace:* protocol, consistent with monorepo setup.
packages/core/CHANGELOG.md Correctly adds 3.2.1 entry with PR link, commit hash, and author attribution for the toolTimeout patch.
packages/cli/package.json CLI package bumped from 0.2.0 to 0.2.1 as a transitive dependency bump; uses workspace:* for stagehand reference.
packages/evals/package.json Evals package bumped from 1.1.9 to 1.1.10; private package, no publish concerns.
packages/server-v3/package.json Server-v3 bumped from 3.6.1 to 3.6.2; private package, no publish concerns.
packages/server-v4/package.json Server-v4 bumped from 3.6.1 to 3.6.2; private package, no publish concerns.

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)"]
Loading

Last reviewed commit: "Version Packages"

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 5eba447 to 80f18d9 Compare March 20, 2026 19:40
@github-actions github-actions bot force-pushed the changeset-release/main branch from 80f18d9 to 3ab0c4f Compare March 21, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants