Add CRUD commands for managing browser credentials (create, list, update, delete) with supporting API utilities and browser lifecycle integration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add `steel browser captcha status` command to check CAPTCHA solving progress
with `--wait` flag for polling until resolution. Also add `--session` flag
to `stop` and `live` commands to target named sessions instead of only the
active session.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- add --api-url support across browser lifecycle and passthrough bootstrap
- add steel dev install and explicit local runtime install/start/stop boundaries
- improve localhost local-mode guidance and add cloud integration + unit coverage
Relocate Docker-based local browser controls to steel dev start/stop and update browser command descriptions/docs to point local usage to dev commands.