Merge pull request #470 from saffron-health/release-v0.6.35
Improvements
-
Recovery error clarity: When
attemptWithRecoveryskips recovery because no model is configured, it now throws a descriptive error explaining what to do, and preserves the original action error as thecause. -
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.