Skip to content

fix(cli): avoid bridge detectElements timeout#89

Merged
steipete merged 2 commits intosteipete:mainfrom
0xble:upstream-fix-bridge-capture-reliability
Mar 13, 2026
Merged

fix(cli): avoid bridge detectElements timeout#89
steipete merged 2 commits intosteipete:mainfrom
0xble:upstream-fix-bridge-capture-reliability

Conversation

@0xble
Copy link
Contributor

@0xble 0xble commented Mar 8, 2026

Fixes #81

Uses the command timeout for remote detectElements requests instead of the bridge client's default 10 second socket timeout. On slower bridge captures the detection work can finish just after 10 seconds, which currently turns a successful scan into an Operation timed out error in peekaboo see.

The CLI still keeps its wall-clock timeout, but remote detection requests now get a small cushion above that limit.

@steipete steipete force-pushed the upstream-fix-bridge-capture-reliability branch from 15079ed to 5d79d42 Compare March 13, 2026 03:00
@steipete steipete merged commit aa11574 into steipete:main Mar 13, 2026
1 check passed
@steipete
Copy link
Owner

Landed via temp rebase onto main.

  • Gate: pnpm run lint && pnpm run build:cli && pnpm run test:safe
  • Land commit: 5d79d42
  • Merge commit: aa11574

Thanks @0xble!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

see --mode screen times out on Mac Mini with 4K external display (bridge mode)

2 participants