Skip to content

v1.1.0 — one-command install

Choose a tag to compare

@sagarpalsapure sagarpalsapure released this 01 Jul 19:54

Verified against Orca v1.4.114 · playwright-core ^1.61.1.

One-command install (new)

npx orca-playwright-bridge setup

Installs the package (+deps) into ~/.orca-playwright-bridge, symlinks the orca-cdp CLI + libs into ~/.local, and installs the /orca Claude Code command — the whole thing, from npm, in one command. The npm-free equivalent still works too:

curl -fsSL https://raw.githubusercontent.com/sagarpalsapure/orca-playwright-bridge/main/get.sh | bash

Changed

  • Commands simplified to a single /orca — removed /orca-pw and /orca-test; the detailed playbook + traps live in the orca-browser skill and README.

Everything else (raw-CDP power tools, waitForNewTab, iframe reads, blockRequests, recordScreencast, tab-focus, the plugin/skill) carries forward from 1.0.x. Tests: 27/27.