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.
Stale dependency range: adom/adom-bridge@^1.9.63 excludes 2.0.0
A new version of adom/adom-bridge was published, and this package's declared dependency range on it now excludes that latest version.
- Dependency:
adom/adom-bridge - Declared range here:
^1.9.63 - New latest:
2.0.0
Why this matters. A range that excludes the dependency's latest wedges update resolution. On adom-wiki CLI versions before 1.0.56, one stranded range fails the whole update sweep, so nothing in the workspace updates. On 1.0.56 and later the CLI skips just this package, so it keeps resolving to an old version and silently stops receiving updates.
How to fix it. Widen or bump the range on adom/adom-bridge in this package's package.json, then republish:
- Set the range to admit
2.0.0, for example"adom/adom-bridge": "^2.0.0". - Republish with
adom-wiki pkg publish.
Once you republish with a range that admits 2.0.0, this issue closes automatically.
Filed automatically by the Adom registry.