browser-pilot 0.0.8 → 0.0.9

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/cli.d.cts DELETED
@@ -1,25 +0,0 @@
1
- #!/usr/bin/env bun
2
- /**
3
- * browser-pilot CLI - Browser automation for AI agents
4
- *
5
- * Key workflow:
6
- * 1. bp snapshot --format text → Get page with element refs [ref=e4]
7
- * 2. bp exec '{"selector":"ref:e4",...}' → Use refs for reliable targeting
8
- *
9
- * Commands:
10
- * quickstart Getting started guide
11
- * connect Create browser session
12
- * exec Execute actions (supports --dialog accept|dismiss)
13
- * snapshot Get page snapshot with element refs
14
- * text Extract text content
15
- * screenshot Take screenshot
16
- * close Close session
17
- * list List sessions
18
- * clean Clean up old sessions
19
- * actions Complete action reference
20
- *
21
- * Run 'bp quickstart' for getting started guide.
22
- */
23
- declare function output(data: unknown, format?: 'json' | 'pretty'): void;
24
-
25
- export { output };
package/dist/cli.d.ts DELETED
@@ -1,25 +0,0 @@
1
- #!/usr/bin/env bun
2
- /**
3
- * browser-pilot CLI - Browser automation for AI agents
4
- *
5
- * Key workflow:
6
- * 1. bp snapshot --format text → Get page with element refs [ref=e4]
7
- * 2. bp exec '{"selector":"ref:e4",...}' → Use refs for reliable targeting
8
- *
9
- * Commands:
10
- * quickstart Getting started guide
11
- * connect Create browser session
12
- * exec Execute actions (supports --dialog accept|dismiss)
13
- * snapshot Get page snapshot with element refs
14
- * text Extract text content
15
- * screenshot Take screenshot
16
- * close Close session
17
- * list List sessions
18
- * clean Clean up old sessions
19
- * actions Complete action reference
20
- *
21
- * Run 'bp quickstart' for getting started guide.
22
- */
23
- declare function output(data: unknown, format?: 'json' | 'pretty'): void;
24
-
25
- export { output };