Add `batch` command that reads a JSON array of commands from stdin and executes them sequentially against the daemon. This avoids per-command process startup overhead when AI agents run multi-step browser workflows. Supports --bail to stop on first error (default: continue all) and --json for structured output as an array of results. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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