You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add specs for yo browesr context manager
* feat(yo-browser): improve skill description and add yo_browser_cdp_send to offload whitelist
* refactor(yobrowser): remove skill gating and make CDP tools always available in agent mode
* refactor(yobrowser): add CDP method schema validation with strict enums
- Add enum-based validation for cdp_send method (11 common CDP methods)
- Add detailed union schemas for each method's parameters with examples
- Add normalizeCdpParams method to handle both object and JSON string inputs
- Prevent method typos and provide better type safety for CDP interactions
* fix(yobrowser): add strict tab ID validation in CDP send handler
* chore: update deps
0 commit comments