Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 3, 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/stagehand@3.0.2

Patch Changes

@browserbasehq/stagehand-evals@1.1.2

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 0a483b7 to 5ce4d78 Compare November 3, 2025 20:13
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

Greptile Summary

Automated version release generated by Changesets that packages PR #1223 (disabling API mode for custom LLM clients).

  • Bumps @browserbasehq/stagehand from 3.0.1 to 3.0.2 (patch release)
  • Bumps @browserbasehq/stagehand-evals from 1.1.1 to 1.1.2 (dependency update)
  • Updates both CHANGELOG.md files with release notes
  • Deletes consumed changeset file

The underlying change in PR #1223 addresses a limitation where custom LLM clients weren't supported in API mode, so the fix disables API mode when custom clients are provided. This is a standard Changesets workflow - merge when ready to publish packages to NPM.

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated version release with correct semantic versioning
  • This is an automated Changesets release PR with standard version management updates. All changes follow expected patterns: patch version bumps are correct, CHANGELOGs properly document the changes from PR #1223, the changeset file is appropriately deleted, and the evals package correctly tracks its dependency update. No code logic is modified.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
packages/core/CHANGELOG.md 5/5 Added v3.0.2 release notes documenting custom LLM client API mode fix
packages/core/package.json 5/5 Version bumped from 3.0.1 to 3.0.2
packages/evals/package.json 5/5 Version bumped from 1.1.1 to 1.1.2

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CS as Changesets
    participant GH as GitHub Actions
    participant PR as Pull Request #1225
    participant NPM as NPM Registry

    Dev->>CS: Merge PR #1223 with changeset
    CS->>CS: Detect changeset in main branch
    GH->>CS: Trigger release workflow
    CS->>CS: Process changeset file
    CS->>CS: Calculate version bumps
    Note over CS: core: 3.0.1 → 3.0.2<br/>evals: 1.1.1 → 1.1.2
    CS->>PR: Create/Update Version PR
    CS->>PR: Delete changeset file
    CS->>PR: Update package.json versions
    CS->>PR: Update CHANGELOG.md files
    Note over PR: Ready for merge
    Dev->>PR: Merge when ready to release
    PR->>GH: Trigger publish workflow
    GH->>NPM: Publish packages
Loading

4 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 31230d1 to d1c4d00 Compare November 10, 2025 18:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from ba198df to e505b5d Compare November 12, 2025 23:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from e505b5d to 271c6ee Compare November 13, 2025 23:45
@miguelg719 miguelg719 merged commit fcc0de1 into main Nov 14, 2025
1 check passed
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.

2 participants