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 +0 -3
- package/bin/agent-browser-darwin-arm64 +0 -0
- package/bin/agent-browser-darwin-x64 +0 -0
- package/bin/agent-browser-linux-arm64 +0 -0
- package/bin/agent-browser-linux-musl-arm64 +0 -0
- package/bin/agent-browser-linux-musl-x64 +0 -0
- package/bin/agent-browser-linux-x64 +0 -0
- package/bin/agent-browser-win32-x64.exe +0 -0
- package/package.json +1 -1
- package/skills/agent-browser/SKILL.md +0 -3
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
|
@@ -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
|
|