v1.1.2

browserbase/stagehandv1.1.2Nov 11, 2024by pkiv

AI Summary

Enhances the action system with caching, variable support, and persistence of initialization scripts across pages.

Key Highlights

  • Add caching to actions (by sub-action)
  • Add variables to act
  • Add init scripts to context to persist them across pages

New Features

  • Action caching
  • Variable support in actions
  • Context initialization scripts

Full Release Notes

### Minor Changes

-   [`d7d4f59`](https://github.com/browserbase/stagehand/commit/d7d4f595e03dc8240f036c405eae054b4dc6819b) Thanks [@navidkpr](https://github.com/navidkpr)! - add caching to actions (by sub-action) + add variables to act
-   [`4e52dd8`](https://github.com/browserbase/stagehand/commit/4e52dd8fb74c40726114e1dfacac5434737fca4a) Thanks [@kamath](https://github.com/kamath)! - Add init scripts to context to persist them across pages + Small bug fixes