* chore: add patch changeset for v0.23.1 release Add changeset covering 7 commits since v0.23.0: auto-dialog dismissal, Puppeteer cache fallback, console output improvements, same-document navigation fix, cross-domain save_state, external tab detection in CDP mode, and dashboard hot-reload. Fill documentation gaps: Puppeteer/Brave in browser discovery tables, console --json args field, AGENT_BROWSER_NO_AUTO_DIALOG env var in SKILL.md. * chore: point package.json homepage to agent-browser.dev
Changesets
This project uses Changesets for versioning and changelog generation.
Adding a changeset
When you make a change that should be released, run:
pnpm changeset
This will prompt you to:
- Select the type of change (patch, minor, major)
- Write a summary of your changes
The changeset file will be committed with your PR.
Release process
When changesets are merged to main, the release workflow will:
- Create a "Version Packages" PR that updates version numbers and changelogs
- When that PR is merged, packages are automatically published to npm