Pup - Puppeteer Bridge
Public Made by Adomby adom
pup is the AI's own browser: a real, full Chrome on the user's desktop that the AI fully controls (a sandbox, not the user's signed-in browser). Rides Bridge; pup_* verbs open windows and tabs, navigate, screenshot, and eval JS.
Session wedges after navigating wiki.adom.inc/skills listing: all verbs time out
Repro, hit twice identically on AdomLapper 2026-07-26: (1) browser_open_window to any wiki.adom.inc page (renders fine). (2) browser_navigate that session to https://wiki.adom.inc/skills (the SECTION LISTING). (3) The next browser_eval times out, and from then on EVERY verb on that session (browser_eval, browser_list_tabs) returns status:timeout / 'Request timed out' (timeoutSeconds 10) indefinitely. A NEW session opened afterwards works, so the wedge is per-session/tab, not the bridge process. Individual page routes like /adom/adom-wiki-skillpack render and eval fine in the same setup; only the /skills listing triggers it. Verbatim failing response: {"durationMs":10002,"error":"Request timed out","ok":false,"status":"timeout","timeoutSeconds":10}.