browse@0.8.3
LadybirdBrowser/ladybirdbrowse@0.8.3Jun 5, 2026by github-actions[bot]
AI Summary
A patch release that improves the user experience by providing clearer error messages for users attempting cloud commands without an API key.
Key Highlights
- Improved error messaging for 'missing-API-key' in cloud commands
- Clarified the difference between remote-mode driver errors and local browser automation requirements
- Guided users to use `browse open <url> --local` when appropriate
New Features
- Enhanced error messaging and user guidance
Full Release Notes
### Patch Changes - [#2192](https://github.com/browserbase/stagehand/pull/2192) [`e7d3b55`](https://github.com/browserbase/stagehand/commit/e7d3b55f69f2a1fd75e92dea8f831f96fa6180d3) Thanks [@shrey150](https://github.com/shrey150)! - Lead-with-local onboarding: the missing-API-key error on cloud commands now tells users that local browser automation needs no key and points them to `browse open <url> --local`. The remote-mode driver error is clearer about when a key is required versus when local mode works without one.