mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
feat: zero-config cloud connect with auto-managed profile
cloud connect now works with no flags. On first use, creates a "Browser Use CLI" profile via the Cloud API and saves the ID to config.json. Subsequent connects reuse it (validates on each call, recreates if deleted). Removed --timeout, --proxy-country, --profile-id flags and their plumbing through daemon/sessions. Power users who need custom browser settings use cloud v2 POST /browsers directly.
This commit is contained in:
@@ -205,10 +205,7 @@ Generic REST passthrough to the Browser-Use Cloud API, plus cloud browser provis
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `cloud connect` | Provision cloud browser and connect |
|
||||
| `cloud connect --timeout 120` | Cloud browser with custom timeout |
|
||||
| `cloud connect --proxy-country US` | Cloud browser with proxy |
|
||||
| `cloud connect --profile-id <id>` | Cloud browser with profile |
|
||||
| `cloud connect` | Provision cloud browser and connect (zero-config, auto-manages profile) |
|
||||
| `cloud login <api-key>` | Save API key |
|
||||
| `cloud logout` | Remove API key |
|
||||
| `cloud v2 GET <path>` | GET request to API v2 |
|
||||
|
||||
Reference in New Issue
Block a user