Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 10, 2025

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/[email protected]

Patch Changes

@browserbasehq/[email protected]

Patch Changes

@browserbasehq/[email protected]

Patch Changes

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Summary

This is an automated release PR generated by Changesets that bumps @browserbasehq/stagehand from 2.5.2 to 2.5.3 following the merge of PR #1125.

Key Changes:

  • Main package version: 2.5.2 → 2.5.3 (patch release for CUA agent improvements)
  • Dependent packages bumped: stagehand-evals (1.1.1 → 1.1.2) and stagehand-examples (1.0.11 → 1.0.12)
  • Changeset file .changeset/quick-clouds-kick.md consumed and deleted as expected
  • All CHANGELOG.md files updated with correct references to PR #1125 and commit cbff109

What This Release Includes:
The patch addresses two issues in Computer Use Agent (CUA) implementations:

  1. Keypress actions for OpenAI CUA agent now properly map through mapKeyToPlaywright function
  2. Google CUA agent now supports custom system prompts that override defaults

Confidence Score: 5/5

  • This PR is completely safe to merge - it's a standard automated version bump with no code changes
  • Perfect score because this is an automated Changesets release PR that only updates version numbers, changelogs, and removes the consumed changeset file. All version bumps follow semantic versioning correctly (patch releases), changelog entries reference the correct PR and commit, and the changeset was properly consumed from PR #1125
  • No files require special attention - all changes are automated and correctly formatted

Important Files Changed

File Analysis

Filename Score Overview
.changeset/quick-clouds-kick.md 5/5 Changeset file correctly deleted after being consumed by the release process
package.json 5/5 Version bumped from 2.5.2 to 2.5.3 as expected for a patch release
CHANGELOG.md 5/5 New version entry added with correct reference to PR #1125 and commit hash

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as PR #1125
    participant CS as Changesets
    participant GHA as GitHub Actions
    participant Repo as Repository
    
    Dev->>PR: Merge PR #1125 with changeset
    Note over PR: Includes .changeset/quick-clouds-kick.md
    PR->>Repo: Commit cbff109e to main
    GHA->>CS: Detect changeset in main branch
    CS->>CS: Parse changeset file
    CS->>CS: Calculate version bumps
    Note over CS: Main: 2.5.2 → 2.5.3<br/>Evals: 1.1.1 → 1.1.2<br/>Examples: 1.0.11 → 1.0.12
    CS->>Repo: Create PR #1126
    Note over Repo: Update package.json versions<br/>Update CHANGELOG.md files<br/>Delete changeset file
    Repo->>GHA: PR ready for review
    Note over GHA: When merged, packages<br/>will publish to npm
Loading

6 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from b287137 to 12333d2 Compare October 17, 2025 18:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 12333d2 to cf32dd7 Compare October 17, 2025 23:11
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