Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8e9d21e
Add cookbook for pausing agents on captcha telemetry events
dprevoznik Sep 4, 2026
3712d40
Fix captcha gate race conditions and outcome semantics
dprevoznik Sep 4, 2026
9df87e2
Discard stale buffered captcha outcome when a new episode opens
dprevoznik Sep 4, 2026
d7f6e03
Track buffered outcome identity to survive late duplicate starts
dprevoznik Sep 4, 2026
0ed73cc
Switch cookbook demo to duckduckgo -> 2captcha Turnstile demo
dprevoznik Sep 4, 2026
911955e
Make cookbook self-contained and use a placeholder task prompt
dprevoznik Sep 4, 2026
924f68a
Add captcha event summary table to the introduction
dprevoznik Sep 4, 2026
738ec65
Remove stale @onkernel/sdk version-pin warning
dprevoznik Sep 4, 2026
4d7645f
Rebuild the captcha cookbook around the correlation rules
dprevoznik Sep 4, 2026
f8d1708
Merge branch 'main' into hypeship/captcha-telemetry-wait-cookbook
dprevoznik Sep 8, 2026
dbdabaa
Fold the telemetry/page-observation split into body prose
dprevoznik Sep 8, 2026
c694177
Merge branch 'main' into hypeship/captcha-telemetry-wait-cookbook
dprevoznik Sep 8, 2026
73f8d6e
Merge branch 'main' into hypeship/captcha-telemetry-wait-cookbook
dprevoznik Sep 11, 2026
454748b
Fix ERR_PACKAGE_PATH_NOT_EXPORTED in the captcha-gate Setup instructions
dprevoznik Sep 11, 2026
b6ef142
Close the telemetry stream before deleting the browser
dprevoznik Sep 11, 2026
5f8899b
Fix pending() dropping successful and expired unresolved tasks
dprevoznik Sep 11, 2026
669abf9
Use tokenPresent, not just widget visibility, to decide whether to block
dprevoznik Sep 11, 2026
c1066d8
Add a system-prompt fallback for when telemetry reports nothing
dprevoznik Sep 11, 2026
a2af5b3
Actually pin pi-agent-core in the Setup install command
dprevoznik Sep 11, 2026
778f23b
Document that press-and-hold challenges never actually hold the agent
dprevoznik Sep 11, 2026
f8d982b
Don't discard a still-open follow-up task on reset
dprevoznik Sep 11, 2026
e394a41
Ignore late-arriving events for already-reported episodes
dprevoznik Sep 11, 2026
6283404
Give settled IDs a TTL instead of blocking them forever
dprevoznik Sep 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions browsers/playwright-computer-use-fallback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -502,3 +502,4 @@ As a starting rule, reach for **Per-Tool Limit** first, even if it costs you one
- [Computer Use overview](/integrations/computer-use/overview) — running computer-use models on KERNEL more generally
- [Replays](/browsers/replays) — record a session end to end
- [Stealth mode](/browsers/bot-detection/stealth) — reduce how often a page notices the automation in the first place
- [Pausing for Captcha Solves](/browsers/telemetry/pausing-for-captcha-solves) — holding an agent mid-run on captcha telemetry instead of toolset handoffs
Loading
Loading