Skip to content

Conversation

@miguelg719
Copy link
Collaborator

why

Changelog for v3 missing, package README for core missing

what changed

test plan

@changeset-bot
Copy link

changeset-bot bot commented Oct 30, 2025

🦋 Changeset detected

Latest commit: b3e33cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@browserbasehq/stagehand Patch
@browserbasehq/stagehand-evals Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@miguelg719 miguelg719 marked this pull request as ready for review October 30, 2025 16:57
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

Added v3.0.0 changelog entry and created core package README.

Key Changes:

  • Added comprehensive v3.0.0 changelog documenting major changes including removal of internal Playwright dependency, 20-40% performance improvements, and compatibility with multiple browser automation tools
  • Created packages/core/README.md that mirrors the main repository README with project overview, features, and usage instructions
  • Both files are documentation-only changes with no code modifications

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a documentation-only PR that adds a changelog entry for v3 and creates a README for the core package. Both files are well-formatted, accurate, and consistent with the existing documentation style. No code changes are included.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
CHANGELOG.md 5/5 Added v3.0.0 changelog entry with major changes including removed Playwright dependency, performance improvements, and new features
packages/core/README.md 5/5 New README file for core package, mirrors main README with project overview, features, and usage instructions

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PR as Pull Request
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Dev->>PR: Add CHANGELOG.md v3.0.0 entry
    Note over Dev,PR: Document major changes:<br/>- Removed Playwright dependency<br/>- 20-40% performance improvement<br/>- Multi-framework compatibility
    
    Dev->>PR: Create packages/core/README.md
    Note over Dev,PR: Mirror main README:<br/>- Project overview<br/>- Getting started guide<br/>- Code examples
    
    PR->>Repo: Merge documentation changes
    
    Repo->>NPM: Publish @browserbasehq/stagehand@3.0.0
    Note over Repo,NPM: README visible on NPM package page
    
    NPM-->>Dev: Users can view changelog and docs
Loading

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@miguelg719 miguelg719 merged commit ee76881 into main Oct 30, 2025
14 of 15 checks passed
@github-actions github-actions bot mentioned this pull request Oct 30, 2025
miguelg719 pushed a commit that referenced this pull request Oct 31, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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.1

### Patch Changes

- [#1207](#1207)
[`55da8c6`](55da8c6)
Thanks [@miguelg719](https://github.com/miguelg719)! - Fix broken links
to quickstart docs

- [#1200](#1200)
[`0a5ee63`](0a5ee63)
Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - log info
when scope narrowing selector fails

- [#1205](#1205)
[`ee76881`](ee76881)
Thanks [@miguelg719](https://github.com/miguelg719)! - Update README.md,
add Changelog for v3

- [#1209](#1209)
[`9e95add`](9e95add)
Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix
circular import in exported aisdk example client

- [#1211](#1211)
[`98e212b`](98e212b)
Thanks [@miguelg719](https://github.com/miguelg719)! - Add an example
for passing custom tools to agent

- [#1206](#1206)
[`d5ecbfc`](d5ecbfc)
Thanks [@miguelg719](https://github.com/miguelg719)! - Export example
AISdkClient properly from the stagehand package

## @browserbasehq/stagehand-evals@1.1.1

### Patch Changes

- Updated dependencies
\[[`55da8c6`](55da8c6),
[`0a5ee63`](0a5ee63),
[`ee76881`](ee76881),
[`9e95add`](9e95add),
[`98e212b`](98e212b),
[`d5ecbfc`](d5ecbfc)]:
    -   @browserbasehq/stagehand@3.0.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants