Commit Graph

1 Commits

Author SHA1 Message Date
Hakim Raja 9fa1e25390 feat(browse): add webauthn command for CDP virtual authenticator support
navigator.credentials.create()/.get() have no platform authenticator to
resolve against in headless Chromium, so passkey/WebAuthn flows hang or
reject outright. `webauthn [on|off]` attaches a CDP virtual authenticator
(ctap2, resident keys, automatic presence simulation) to the active tab,
scoped to the page's lifetime via the existing getOrCreateCdpSession cache.

Bumps VERSION to 1.60.2.0 (patch) and documents the command in
browse/SKILL.md.tmpl (regenerated) and gstack/llms.txt.
2026-07-18 16:40:31 +02:00