browser4-cli 4.13.2 → 4.13.4

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.
package/README.md CHANGED
@@ -164,7 +164,10 @@ If you want the embedded agent-facing instructions, see [skills/browser4-cli/SKI
164
164
  ### Quick start
165
165
 
166
166
  ```bash
167
- # Open a browser session
167
+ # Open a browser session (headless by default; add --headed to see the window)
168
+ browser4-cli open https://browser4.io
169
+
170
+ # Or explicitly open a visible browser:
168
171
  browser4-cli open --headed https://browser4.io
169
172
 
170
173
  # Inspect the page and get element refs
@@ -249,7 +252,7 @@ export DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxx
249
252
 
250
253
  | Command | Description |
251
254
  |---|---|
252
- | `open [url]` | Open a browser session or reconnect to an existing one. Supports `--headed`, `--headless`, `--profile <path>`, `--profile-mode <DEFAULT\|SYSTEM_DEFAULT\|SEQUENTIAL\|TEMPORARY>`, `--interact-level <FASTEST\|FAST\|DEFAULT>`. |
255
+ | `open [url]` | Open a browser session or reconnect to an existing one. **Headless by default.** Supports `--headed` (visible window), `--headless`, `--profile <path>`, `--profile-mode <DEFAULT\|SYSTEM_DEFAULT\|SEQUENTIAL\|TEMPORARY>`, `--interact-level <FASTEST\|FAST\|DEFAULT>`. |
253
256
  | `attach` | Attach to an existing browser via CDP or the Browser4 extension. Supports `--cdp <url\|port\|channel>` and remote endpoint options. |
254
257
  | `close` | Close the active browser session. |
255
258
  | `list` | List browser sessions with their status and next-open behavior. Supports `--all`. |
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser4-cli",
3
- "version": "4.13.2",
3
+ "version": "4.13.4",
4
4
  "description": "Browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "files": [