@panerelay/agent-browser
Advanced tools
+4
-4
| { | ||
| "name": "@panerelay/agent-browser", | ||
| "version": "0.5.0", | ||
| "description": "Use agent-browser with explicitly authorized tabs in your existing browser through Panerelay.", | ||
| "version": "0.6.0", | ||
| "description": "Use agent-browser with current-tab or all-supported-tabs authorization in your existing browser through Panerelay.", | ||
| "type": "module", | ||
@@ -38,4 +38,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" | ||
| }, | ||
@@ -42,0 +42,0 @@ "scripts": { |
+2
-2
| # `@panerelay/agent-browser` | ||
| Use agent-browser with the Chrome or Microsoft Edge session you already use. Panerelay supplies an explicitly authorized existing-browser connection, while agent-browser keeps its normal CLI and MCP commands, waits, and page-state semantics. | ||
| Use agent-browser with the Chrome or Microsoft Edge session you already use. Choose the current tab for focused work or all supported web tabs for cross-page workflows; Panerelay keeps active control separately visible and releasable while agent-browser retains its normal CLI and MCP commands, waits, and page-state semantics. | ||
@@ -34,3 +34,3 @@ This is an opt-in **automation tool integration**. It is a peer of the browser-use integration and is not installed by the engine-neutral Panerelay setup command. | ||
| Open Panerelay in the browser and authorize the current tab or all supported web tabs. Then verify the authorization boundary: | ||
| Open Panerelay in the browser and choose current-tab or all-supported-tabs authorization for the task. Then verify the selected authorization boundary: | ||
@@ -37,0 +37,0 @@ ```bash |
12922
1.03%+ Added
+ Added
- Removed
- Removed
Updated