@mercuryo-ai/agentbrowse-cli 0.1.8 → 0.1.10
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/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -54,8 +54,8 @@ Options:
|
|
|
54
54
|
--profile <name> Solver profile name for launch (default: shared config)
|
|
55
55
|
--proxy [url] Launch through configured proxy, or use one-off override URL
|
|
56
56
|
--provider <name> Optional provider label for attach (for example "browserbase")
|
|
57
|
-
--headful Explicit alias for
|
|
58
|
-
--headless
|
|
57
|
+
--headful Explicit alias for visible browser mode
|
|
58
|
+
--headless Explicit alias for headless browser mode (default unless shared config overrides it)
|
|
59
59
|
--path <file> Output path for screenshot
|
|
60
60
|
--help Show this help message
|
|
61
61
|
--version Show installed CLI version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mercuryo-ai/agentbrowse-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Browser automation CLI for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@browserbasehq/stagehand": "^3.0.0",
|
|
39
39
|
"dotenv": "^16.4.0",
|
|
40
|
-
"@mercuryo-ai/
|
|
41
|
-
"@mercuryo-ai/
|
|
42
|
-
"@mercuryo-ai/magicpay-sdk": "0.1.0
|
|
40
|
+
"@mercuryo-ai/magicpay-home": "0.1.7",
|
|
41
|
+
"@mercuryo-ai/agentbrowse": "0.2.55",
|
|
42
|
+
"@mercuryo-ai/magicpay-sdk": "0.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^22.0.0",
|