agent-browser 0.25.0 → 0.25.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.
package/README.md CHANGED
@@ -639,9 +639,6 @@ This is useful for multimodal AI models that can reason about visual layout, unl
639
639
  Monitor agent-browser sessions in real time with a local web dashboard showing a live viewport and command activity feed.
640
640
 
641
641
  ```bash
642
- # Install the dashboard (one time)
643
- agent-browser dashboard install
644
-
645
642
  # Start the dashboard server (runs in background on port 4848)
646
643
  agent-browser dashboard start
647
644
  agent-browser dashboard start --port 8080 # Custom port
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": "agent-browser",
3
- "version": "0.25.0",
3
+ "version": "0.25.2",
4
4
  "description": "Browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "files": [
@@ -789,9 +789,6 @@ Lightpanda does not support `--extension`, `--profile`, `--state`, or `--allow-f
789
789
  The dashboard is a standalone background server that shows live browser viewports, command activity, and console output for all sessions.
790
790
 
791
791
  ```bash
792
- # Install the dashboard once
793
- agent-browser dashboard install
794
-
795
792
  # Start the dashboard server (background, port 4848)
796
793
  agent-browser dashboard start
797
794