human-browser 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SKILL.md +3 -1
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -369,7 +369,9 @@ await page.keyboard.press('Enter'); // most reliable
369
369
 
370
370
  Use when a site's login or form requires CAPTCHA.
371
371
 
372
- **2captcha API key:** set `TWOCAPTCHA_KEY` env var (get yours from 2captcha.com dashboard)
372
+ **Cloud / agent runtime (recommended):** the `solve_captcha` tool is auto-registered in the agent runner. The agent calls it when it detects a challenge — no setup, no separate captcha account. Quota comes with your `HUMANBROWSER_API_TOKEN` plan, with a free trial fallback for unauthenticated users.
373
+
374
+ **Custom 2captcha key (optional override):** set `CAPTCHA_API_KEY` (or legacy `TWOCAPTCHA_KEY`) env var if you want to use your own 2captcha balance instead of the bundled one.
373
375
 
374
376
  ### reCAPTCHA v2 (checkbox/invisible)
375
377
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "human-browser",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Stealth browser for AI agents. Bypasses Cloudflare, DataDome, PerimeterX. Residential IPs from 10+ countries. iPhone 15 Pro fingerprint. Drop-in Playwright replacement — launchHuman() just works.",
5
5
  "keywords": [
6
6
  "browser-automation",