v1.1.0 — one-command install
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-pwand/orca-test; the detailed playbook + traps live in theorca-browserskill 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.