Skip to content

Merge pull request #470 from saffron-health/release-v0.6.35

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:49
2c76e90

Improvements

  • Recovery error clarity: When attemptWithRecovery skips recovery because no model is configured, it now throws a descriptive error explaining what to do, and preserves the original action error as the cause.

  • Profile documentation: The browser profiles reference now clearly distinguishes storage-state auth profiles (cookies, localStorage, IndexedDB) from persistent browser profiles, and explains when to use each. It also includes a security warning about managing credentials in persistent profile directories.