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: all verbs time out
Repro (hit twice, both times identical): browser_open_window to any wiki.adom.inc page, then browser_navigate the session to https://wiki.adom.inc/skills (the section LISTING). The next browser_eval times out, and afterwards EVERY verb on that session (browser_eval, browser_list_tabs) returns {"status":"timeout","error":"Request timed out","timeoutSeconds":10} indefinitely. Other sessions opened later work fine, so it is the session/tab that wedges, not the bridge process. Verbatim failure: {"_hint": "status:timeout - the desktop didn't respond in time...", "durationMs": 10002, "error": "Request timed out", "ok": false, "status": "timeout", "timeoutSeconds": 10}. Individual page routes (/adom/) render fine in the same setup; only the /skills listing triggers it. Bridge version: whatever shipped with AD 1.9.191-era on AdomLapper, 2026-07-26.