@panerelay/browser-use
Advanced tools
+4
-4
| { | ||
| "name": "@panerelay/browser-use", | ||
| "version": "0.5.0", | ||
| "description": "Use browser-use CLI, Skill, and CLI MCP with authorized existing Chrome tabs through Panerelay.", | ||
| "version": "0.6.0", | ||
| "description": "Use browser-use CLI, Skill, and CLI MCP with current-tab or all-supported-tabs authorization through Panerelay.", | ||
| "type": "module", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@panerelay/browser-registry": "0.5.0", | ||
| "@panerelay/protocol": "0.5.0" | ||
| "@panerelay/browser-registry": "0.6.0", | ||
| "@panerelay/protocol": "0.6.0" | ||
| }, | ||
@@ -45,0 +45,0 @@ "scripts": { |
+3
-3
| # `@panerelay/browser-use` | ||
| Use the browser-use CLI, CLI MCP, and native helpers with your existing signed-in Chrome session. Browser Harness keeps its automation semantics; Panerelay supplies an Extension-backed connection to explicitly authorized tabs without enabling Chrome Remote Debugging or exporting login state. | ||
| Use the browser-use CLI, CLI MCP, and native helpers with your existing signed-in Chrome session. Choose the current tab for focused work or all supported web tabs for cross-page workflows; Panerelay keeps active control separately visible and releasable without enabling Chrome Remote Debugging or exporting login state. | ||
@@ -34,3 +34,3 @@ This is an opt-in **automation tool integration** and a peer of agent-browser. It does not replace or modify browser-use. | ||
| Open Panerelay in Chrome and authorize the current tab or all supported web tabs. Re-run the doctor command and require the browser-use compatibility and Extension-connection checks to pass. | ||
| Open Panerelay in Chrome and choose current-tab or all-supported-tabs authorization for the task. Re-run the doctor command and require the browser-use compatibility and Extension-connection checks to pass. | ||
@@ -105,3 +105,3 @@ Then use the official Browser Use CLI with the fixed Panerelay discovery URL. This works even when Extension mode is not saved as the default: | ||
| Extension mode exposes only explicitly authorized tabs. Unsupported browser-wide, whole-profile, isolated-context, and top-level containment operations fail explicitly. | ||
| Extension mode exposes the scope selected in Panerelay: the current tab or all supported web tabs. Unsupported browser-wide, whole-profile, isolated-context, and top-level containment operations fail explicitly. | ||
@@ -108,0 +108,0 @@ A private browser-use daemon persists across sequential commands and shares its current-page state; it is not per-Agent task isolation. Simultaneous canonical runs are serialized or fail busy. User release, authorization loss, Extension or Native Host disconnection, and WebSocket loss remove browser authority even if the detached upstream process remains alive. |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
29125
0.36%+ Added
+ Added
- Removed
- Removed
Updated