browse 0.7.1 → 0.7.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.
@@ -2644,25 +2644,213 @@
2644
2644
  "publish.js"
2645
2645
  ]
2646
2646
  },
2647
- "mouse:click": {
2647
+ "skills:add": {
2648
2648
  "aliases": [],
2649
2649
  "args": {
2650
- "x": {
2651
- "description": "Viewport x coordinate.",
2652
- "name": "x",
2650
+ "skill": {
2651
+ "description": "Skill id in the form <domain>/<task>.",
2652
+ "name": "skill",
2653
2653
  "required": true
2654
- },
2655
- "y": {
2656
- "description": "Viewport y coordinate.",
2657
- "name": "y",
2654
+ }
2655
+ },
2656
+ "description": "Install a browser automation skill.",
2657
+ "examples": [
2658
+ "browse skills add yelp.com/extract-reviews",
2659
+ "browse skills add mcdonalds.order.online/order-delivery-42q71n"
2660
+ ],
2661
+ "flags": {},
2662
+ "hasDynamicHelp": false,
2663
+ "hiddenAliases": [],
2664
+ "id": "skills:add",
2665
+ "pluginAlias": "browse",
2666
+ "pluginName": "browse",
2667
+ "pluginType": "core",
2668
+ "strict": true,
2669
+ "isESM": true,
2670
+ "relativePath": [
2671
+ "dist",
2672
+ "commands",
2673
+ "skills",
2674
+ "add.js"
2675
+ ]
2676
+ },
2677
+ "skills:find": {
2678
+ "aliases": [],
2679
+ "args": {
2680
+ "query": {
2681
+ "description": "Skill slug or search query.",
2682
+ "name": "query",
2658
2683
  "required": true
2659
2684
  }
2660
2685
  },
2661
- "description": "Click raw viewport coordinates in the active page.",
2686
+ "description": "Find Browse.sh catalog skills by slug, domain, title, description, category, alias, or tag.",
2662
2687
  "examples": [
2663
- "browse mouse click 240 320",
2664
- "browse mouse click 240 320 --button right",
2665
- "browse mouse click 240 320 --click-count 2 --return-xpath"
2688
+ "browse skills find yelp",
2689
+ "browse skills find reviews",
2690
+ "browse skills find yelp.com/extract-reviews",
2691
+ "browse skills find travel --limit 5",
2692
+ "browse skills find \"restaurant reviews\" --json"
2693
+ ],
2694
+ "flags": {
2695
+ "format": {
2696
+ "description": "Output format. Defaults to table in a terminal and JSON when piped.",
2697
+ "name": "format",
2698
+ "hasDynamicHelp": false,
2699
+ "helpValue": "<format>",
2700
+ "multiple": false,
2701
+ "options": [
2702
+ "table",
2703
+ "json"
2704
+ ],
2705
+ "type": "option"
2706
+ },
2707
+ "json": {
2708
+ "description": "Print raw JSON output.",
2709
+ "name": "json",
2710
+ "allowNo": false,
2711
+ "type": "boolean"
2712
+ },
2713
+ "wide": {
2714
+ "description": "Show full table values without truncation.",
2715
+ "name": "wide",
2716
+ "allowNo": false,
2717
+ "type": "boolean"
2718
+ },
2719
+ "all": {
2720
+ "description": "Show all matching skills in table output.",
2721
+ "name": "all",
2722
+ "allowNo": false,
2723
+ "type": "boolean"
2724
+ },
2725
+ "limit": {
2726
+ "description": "Maximum matching skills to show in table output.",
2727
+ "name": "limit",
2728
+ "default": 25,
2729
+ "hasDynamicHelp": false,
2730
+ "helpValue": "<count>",
2731
+ "multiple": false,
2732
+ "type": "option"
2733
+ }
2734
+ },
2735
+ "hasDynamicHelp": false,
2736
+ "hiddenAliases": [],
2737
+ "id": "skills:find",
2738
+ "pluginAlias": "browse",
2739
+ "pluginName": "browse",
2740
+ "pluginType": "core",
2741
+ "strict": true,
2742
+ "isESM": true,
2743
+ "relativePath": [
2744
+ "dist",
2745
+ "commands",
2746
+ "skills",
2747
+ "find.js"
2748
+ ]
2749
+ },
2750
+ "skills:install": {
2751
+ "aliases": [],
2752
+ "args": {},
2753
+ "description": "Install the bundled browse CLI skill.",
2754
+ "examples": [
2755
+ "browse skills install"
2756
+ ],
2757
+ "flags": {},
2758
+ "hasDynamicHelp": false,
2759
+ "hiddenAliases": [],
2760
+ "id": "skills:install",
2761
+ "pluginAlias": "browse",
2762
+ "pluginName": "browse",
2763
+ "pluginType": "core",
2764
+ "strict": true,
2765
+ "isESM": true,
2766
+ "relativePath": [
2767
+ "dist",
2768
+ "commands",
2769
+ "skills",
2770
+ "install.js"
2771
+ ]
2772
+ },
2773
+ "skills:list": {
2774
+ "aliases": [],
2775
+ "args": {},
2776
+ "description": "List Browse.sh catalog skills.",
2777
+ "examples": [
2778
+ "browse skills list",
2779
+ "browse skills list --limit 10",
2780
+ "browse skills list --all",
2781
+ "browse skills list --json"
2782
+ ],
2783
+ "flags": {
2784
+ "format": {
2785
+ "description": "Output format. Defaults to table in a terminal and JSON when piped.",
2786
+ "name": "format",
2787
+ "hasDynamicHelp": false,
2788
+ "helpValue": "<format>",
2789
+ "multiple": false,
2790
+ "options": [
2791
+ "table",
2792
+ "json"
2793
+ ],
2794
+ "type": "option"
2795
+ },
2796
+ "json": {
2797
+ "description": "Print raw JSON output.",
2798
+ "name": "json",
2799
+ "allowNo": false,
2800
+ "type": "boolean"
2801
+ },
2802
+ "wide": {
2803
+ "description": "Show full table values without truncation.",
2804
+ "name": "wide",
2805
+ "allowNo": false,
2806
+ "type": "boolean"
2807
+ },
2808
+ "all": {
2809
+ "description": "Show all returned skills in table output.",
2810
+ "name": "all",
2811
+ "allowNo": false,
2812
+ "type": "boolean"
2813
+ },
2814
+ "limit": {
2815
+ "description": "Maximum skills to show in table output.",
2816
+ "name": "limit",
2817
+ "default": 25,
2818
+ "hasDynamicHelp": false,
2819
+ "helpValue": "<count>",
2820
+ "multiple": false,
2821
+ "type": "option"
2822
+ }
2823
+ },
2824
+ "hasDynamicHelp": false,
2825
+ "hiddenAliases": [],
2826
+ "id": "skills:list",
2827
+ "pluginAlias": "browse",
2828
+ "pluginName": "browse",
2829
+ "pluginType": "core",
2830
+ "strict": true,
2831
+ "isESM": true,
2832
+ "relativePath": [
2833
+ "dist",
2834
+ "commands",
2835
+ "skills",
2836
+ "list.js"
2837
+ ]
2838
+ },
2839
+ "tab:close": {
2840
+ "aliases": [],
2841
+ "args": {
2842
+ "tab": {
2843
+ "description": "Optional tab index or targetId. Prefer targetId from `browse tab list` when indices may change.",
2844
+ "name": "tab",
2845
+ "required": false
2846
+ }
2847
+ },
2848
+ "description": "Close a tab by index or targetId. Without an argument, closes the active tab. Prefer targetId for stability.",
2849
+ "examples": [
2850
+ "browse tab close",
2851
+ "browse tab close 1",
2852
+ "browse tab close <target-id>",
2853
+ "browse tab close <target-id> --session research"
2666
2854
  ],
2667
2855
  "flags": {
2668
2856
  "auto-connect": {
@@ -2719,40 +2907,11 @@
2719
2907
  "helpValue": "<target-id>",
2720
2908
  "multiple": false,
2721
2909
  "type": "option"
2722
- },
2723
- "button": {
2724
- "description": "Mouse button to use.",
2725
- "name": "button",
2726
- "default": "left",
2727
- "hasDynamicHelp": false,
2728
- "helpValue": "<button>",
2729
- "multiple": false,
2730
- "options": [
2731
- "left",
2732
- "middle",
2733
- "right"
2734
- ],
2735
- "type": "option"
2736
- },
2737
- "click-count": {
2738
- "description": "Number of clicks to send.",
2739
- "name": "click-count",
2740
- "default": 1,
2741
- "hasDynamicHelp": false,
2742
- "helpValue": "<count>",
2743
- "multiple": false,
2744
- "type": "option"
2745
- },
2746
- "return-xpath": {
2747
- "description": "Include the XPath under the coordinate when the driver can return it.",
2748
- "name": "return-xpath",
2749
- "allowNo": false,
2750
- "type": "boolean"
2751
2910
  }
2752
2911
  },
2753
2912
  "hasDynamicHelp": false,
2754
2913
  "hiddenAliases": [],
2755
- "id": "mouse:click",
2914
+ "id": "tab:close",
2756
2915
  "pluginAlias": "browse",
2757
2916
  "pluginName": "browse",
2758
2917
  "pluginType": "core",
@@ -2761,39 +2920,17 @@
2761
2920
  "relativePath": [
2762
2921
  "dist",
2763
2922
  "commands",
2764
- "mouse",
2765
- "click.js"
2923
+ "tab",
2924
+ "close.js"
2766
2925
  ]
2767
2926
  },
2768
- "mouse:drag": {
2927
+ "tab:list": {
2769
2928
  "aliases": [],
2770
- "args": {
2771
- "fromX": {
2772
- "description": "Starting viewport x coordinate.",
2773
- "name": "fromX",
2774
- "required": true
2775
- },
2776
- "fromY": {
2777
- "description": "Starting viewport y coordinate.",
2778
- "name": "fromY",
2779
- "required": true
2780
- },
2781
- "toX": {
2782
- "description": "Ending viewport x coordinate.",
2783
- "name": "toX",
2784
- "required": true
2785
- },
2786
- "toY": {
2787
- "description": "Ending viewport y coordinate.",
2788
- "name": "toY",
2789
- "required": true
2790
- }
2791
- },
2792
- "description": "Drag from one raw viewport coordinate to another.",
2929
+ "args": {},
2930
+ "description": "List tabs in the active browser session, including stable targetIds.",
2793
2931
  "examples": [
2794
- "browse mouse drag 100 100 400 400",
2795
- "browse mouse drag 100 100 400 400 --steps 20 --delay 10",
2796
- "browse mouse drag 100 100 400 400 --return-xpath"
2932
+ "browse tab list",
2933
+ "browse tab list --session research"
2797
2934
  ],
2798
2935
  "flags": {
2799
2936
  "auto-connect": {
@@ -2850,49 +2987,11 @@
2850
2987
  "helpValue": "<target-id>",
2851
2988
  "multiple": false,
2852
2989
  "type": "option"
2853
- },
2854
- "button": {
2855
- "description": "Mouse button to use.",
2856
- "name": "button",
2857
- "default": "left",
2858
- "hasDynamicHelp": false,
2859
- "helpValue": "<button>",
2860
- "multiple": false,
2861
- "options": [
2862
- "left",
2863
- "middle",
2864
- "right"
2865
- ],
2866
- "type": "option"
2867
- },
2868
- "delay": {
2869
- "description": "Delay between drag steps in milliseconds.",
2870
- "name": "delay",
2871
- "default": 0,
2872
- "hasDynamicHelp": false,
2873
- "helpValue": "<ms>",
2874
- "multiple": false,
2875
- "type": "option"
2876
- },
2877
- "return-xpath": {
2878
- "description": "Include the XPath under the start/end coordinates when the driver can return it.",
2879
- "name": "return-xpath",
2880
- "allowNo": false,
2881
- "type": "boolean"
2882
- },
2883
- "steps": {
2884
- "description": "Number of intermediate drag steps.",
2885
- "name": "steps",
2886
- "default": 10,
2887
- "hasDynamicHelp": false,
2888
- "helpValue": "<steps>",
2889
- "multiple": false,
2890
- "type": "option"
2891
2990
  }
2892
2991
  },
2893
2992
  "hasDynamicHelp": false,
2894
2993
  "hiddenAliases": [],
2895
- "id": "mouse:drag",
2994
+ "id": "tab:list",
2896
2995
  "pluginAlias": "browse",
2897
2996
  "pluginName": "browse",
2898
2997
  "pluginType": "core",
@@ -2901,29 +3000,24 @@
2901
3000
  "relativePath": [
2902
3001
  "dist",
2903
3002
  "commands",
2904
- "mouse",
2905
- "drag.js"
3003
+ "tab",
3004
+ "list.js"
2906
3005
  ]
2907
3006
  },
2908
- "mouse:hover": {
3007
+ "tab:new": {
2909
3008
  "aliases": [],
2910
3009
  "args": {
2911
- "x": {
2912
- "description": "Viewport x coordinate.",
2913
- "name": "x",
2914
- "required": true
2915
- },
2916
- "y": {
2917
- "description": "Viewport y coordinate.",
2918
- "name": "y",
2919
- "required": true
3010
+ "url": {
3011
+ "description": "Optional URL to open in the new tab.",
3012
+ "name": "url",
3013
+ "required": false
2920
3014
  }
2921
3015
  },
2922
- "description": "Move the mouse to raw viewport coordinates in the active page.",
3016
+ "description": "Open a new tab and make it active.",
2923
3017
  "examples": [
2924
- "browse mouse hover 240 320",
2925
- "browse mouse hover 240 320 --return-xpath",
2926
- "browse mouse hover 240 320 --session research"
3018
+ "browse tab new",
3019
+ "browse tab new https://example.com",
3020
+ "browse tab new https://example.com --session research"
2927
3021
  ],
2928
3022
  "flags": {
2929
3023
  "auto-connect": {
@@ -2980,17 +3074,11 @@
2980
3074
  "helpValue": "<target-id>",
2981
3075
  "multiple": false,
2982
3076
  "type": "option"
2983
- },
2984
- "return-xpath": {
2985
- "description": "Include the XPath under the coordinate when the driver can return it.",
2986
- "name": "return-xpath",
2987
- "allowNo": false,
2988
- "type": "boolean"
2989
3077
  }
2990
3078
  },
2991
3079
  "hasDynamicHelp": false,
2992
3080
  "hiddenAliases": [],
2993
- "id": "mouse:hover",
3081
+ "id": "tab:new",
2994
3082
  "pluginAlias": "browse",
2995
3083
  "pluginName": "browse",
2996
3084
  "pluginType": "core",
@@ -2999,39 +3087,25 @@
2999
3087
  "relativePath": [
3000
3088
  "dist",
3001
3089
  "commands",
3002
- "mouse",
3003
- "hover.js"
3090
+ "tab",
3091
+ "new.js"
3004
3092
  ]
3005
3093
  },
3006
- "mouse:scroll": {
3094
+ "tab:switch": {
3007
3095
  "aliases": [],
3008
3096
  "args": {
3009
- "x": {
3010
- "description": "Viewport x coordinate.",
3011
- "name": "x",
3012
- "required": true
3013
- },
3014
- "y": {
3015
- "description": "Viewport y coordinate.",
3016
- "name": "y",
3017
- "required": true
3018
- },
3019
- "deltaX": {
3020
- "description": "Horizontal scroll delta.",
3021
- "name": "deltaX",
3022
- "required": true
3023
- },
3024
- "deltaY": {
3025
- "description": "Vertical scroll delta.",
3026
- "name": "deltaY",
3097
+ "tab": {
3098
+ "description": "Tab index or targetId. Prefer targetId from `browse tab list` when indices may change.",
3099
+ "name": "tab",
3027
3100
  "required": true
3028
3101
  }
3029
3102
  },
3030
- "description": "Scroll from raw viewport coordinates in the active page.",
3103
+ "description": "Switch the active tab by index or targetId. Prefer targetId from `browse tab list` for stable agent workflows.",
3031
3104
  "examples": [
3032
- "browse mouse scroll 400 500 0 600",
3033
- "browse mouse scroll 400 500 0 -600",
3034
- "browse mouse scroll 400 500 0 600 --return-xpath"
3105
+ "browse tab list",
3106
+ "browse tab switch 1",
3107
+ "browse tab switch <target-id>",
3108
+ "browse tab switch <target-id> --session research"
3035
3109
  ],
3036
3110
  "flags": {
3037
3111
  "auto-connect": {
@@ -3086,19 +3160,13 @@
3086
3160
  "name": "target-id",
3087
3161
  "hasDynamicHelp": false,
3088
3162
  "helpValue": "<target-id>",
3089
- "multiple": false,
3090
- "type": "option"
3091
- },
3092
- "return-xpath": {
3093
- "description": "Include the XPath under the coordinate when the driver can return it.",
3094
- "name": "return-xpath",
3095
- "allowNo": false,
3096
- "type": "boolean"
3163
+ "multiple": false,
3164
+ "type": "option"
3097
3165
  }
3098
3166
  },
3099
3167
  "hasDynamicHelp": false,
3100
3168
  "hiddenAliases": [],
3101
- "id": "mouse:scroll",
3169
+ "id": "tab:switch",
3102
3170
  "pluginAlias": "browse",
3103
3171
  "pluginName": "browse",
3104
3172
  "pluginType": "core",
@@ -3107,8 +3175,8 @@
3107
3175
  "relativePath": [
3108
3176
  "dist",
3109
3177
  "commands",
3110
- "mouse",
3111
- "scroll.js"
3178
+ "tab",
3179
+ "switch.js"
3112
3180
  ]
3113
3181
  },
3114
3182
  "network:clear": {
@@ -3406,267 +3474,20 @@
3406
3474
  "hasDynamicHelp": false,
3407
3475
  "helpValue": "<name>",
3408
3476
  "multiple": false,
3409
- "type": "option"
3410
- },
3411
- "target-id": {
3412
- "description": "Select a specific CDP target when attaching to an existing browser.",
3413
- "name": "target-id",
3414
- "hasDynamicHelp": false,
3415
- "helpValue": "<target-id>",
3416
- "multiple": false,
3417
- "type": "option"
3418
- }
3419
- },
3420
- "hasDynamicHelp": false,
3421
- "hiddenAliases": [],
3422
- "id": "network:path",
3423
- "pluginAlias": "browse",
3424
- "pluginName": "browse",
3425
- "pluginType": "core",
3426
- "strict": true,
3427
- "isESM": true,
3428
- "relativePath": [
3429
- "dist",
3430
- "commands",
3431
- "network",
3432
- "path.js"
3433
- ]
3434
- },
3435
- "skills:add": {
3436
- "aliases": [],
3437
- "args": {
3438
- "skill": {
3439
- "description": "Skill id in the form <domain>/<task>.",
3440
- "name": "skill",
3441
- "required": true
3442
- }
3443
- },
3444
- "description": "Install a browser automation skill.",
3445
- "examples": [
3446
- "browse skills add yelp.com/extract-reviews",
3447
- "browse skills add mcdonalds.order.online/order-delivery-42q71n"
3448
- ],
3449
- "flags": {},
3450
- "hasDynamicHelp": false,
3451
- "hiddenAliases": [],
3452
- "id": "skills:add",
3453
- "pluginAlias": "browse",
3454
- "pluginName": "browse",
3455
- "pluginType": "core",
3456
- "strict": true,
3457
- "isESM": true,
3458
- "relativePath": [
3459
- "dist",
3460
- "commands",
3461
- "skills",
3462
- "add.js"
3463
- ]
3464
- },
3465
- "skills:find": {
3466
- "aliases": [],
3467
- "args": {
3468
- "query": {
3469
- "description": "Skill slug or search query.",
3470
- "name": "query",
3471
- "required": true
3472
- }
3473
- },
3474
- "description": "Find Browse.sh catalog skills by slug, domain, title, description, category, alias, or tag.",
3475
- "examples": [
3476
- "browse skills find yelp",
3477
- "browse skills find reviews",
3478
- "browse skills find yelp.com/extract-reviews",
3479
- "browse skills find travel --limit 5",
3480
- "browse skills find \"restaurant reviews\" --json"
3481
- ],
3482
- "flags": {
3483
- "format": {
3484
- "description": "Output format. Defaults to table in a terminal and JSON when piped.",
3485
- "name": "format",
3486
- "hasDynamicHelp": false,
3487
- "helpValue": "<format>",
3488
- "multiple": false,
3489
- "options": [
3490
- "table",
3491
- "json"
3492
- ],
3493
- "type": "option"
3494
- },
3495
- "json": {
3496
- "description": "Print raw JSON output.",
3497
- "name": "json",
3498
- "allowNo": false,
3499
- "type": "boolean"
3500
- },
3501
- "wide": {
3502
- "description": "Show full table values without truncation.",
3503
- "name": "wide",
3504
- "allowNo": false,
3505
- "type": "boolean"
3506
- },
3507
- "all": {
3508
- "description": "Show all matching skills in table output.",
3509
- "name": "all",
3510
- "allowNo": false,
3511
- "type": "boolean"
3512
- },
3513
- "limit": {
3514
- "description": "Maximum matching skills to show in table output.",
3515
- "name": "limit",
3516
- "default": 25,
3517
- "hasDynamicHelp": false,
3518
- "helpValue": "<count>",
3519
- "multiple": false,
3520
- "type": "option"
3521
- }
3522
- },
3523
- "hasDynamicHelp": false,
3524
- "hiddenAliases": [],
3525
- "id": "skills:find",
3526
- "pluginAlias": "browse",
3527
- "pluginName": "browse",
3528
- "pluginType": "core",
3529
- "strict": true,
3530
- "isESM": true,
3531
- "relativePath": [
3532
- "dist",
3533
- "commands",
3534
- "skills",
3535
- "find.js"
3536
- ]
3537
- },
3538
- "skills:install": {
3539
- "aliases": [],
3540
- "args": {},
3541
- "description": "Install the bundled browse CLI skill.",
3542
- "examples": [
3543
- "browse skills install"
3544
- ],
3545
- "flags": {},
3546
- "hasDynamicHelp": false,
3547
- "hiddenAliases": [],
3548
- "id": "skills:install",
3549
- "pluginAlias": "browse",
3550
- "pluginName": "browse",
3551
- "pluginType": "core",
3552
- "strict": true,
3553
- "isESM": true,
3554
- "relativePath": [
3555
- "dist",
3556
- "commands",
3557
- "skills",
3558
- "install.js"
3559
- ]
3560
- },
3561
- "skills:list": {
3562
- "aliases": [],
3563
- "args": {},
3564
- "description": "List Browse.sh catalog skills.",
3565
- "examples": [
3566
- "browse skills list",
3567
- "browse skills list --limit 10",
3568
- "browse skills list --all",
3569
- "browse skills list --json"
3570
- ],
3571
- "flags": {
3572
- "format": {
3573
- "description": "Output format. Defaults to table in a terminal and JSON when piped.",
3574
- "name": "format",
3575
- "hasDynamicHelp": false,
3576
- "helpValue": "<format>",
3577
- "multiple": false,
3578
- "options": [
3579
- "table",
3580
- "json"
3581
- ],
3582
- "type": "option"
3583
- },
3584
- "json": {
3585
- "description": "Print raw JSON output.",
3586
- "name": "json",
3587
- "allowNo": false,
3588
- "type": "boolean"
3589
- },
3590
- "wide": {
3591
- "description": "Show full table values without truncation.",
3592
- "name": "wide",
3593
- "allowNo": false,
3594
- "type": "boolean"
3595
- },
3596
- "all": {
3597
- "description": "Show all returned skills in table output.",
3598
- "name": "all",
3599
- "allowNo": false,
3600
- "type": "boolean"
3601
- },
3602
- "limit": {
3603
- "description": "Maximum skills to show in table output.",
3604
- "name": "limit",
3605
- "default": 25,
3606
- "hasDynamicHelp": false,
3607
- "helpValue": "<count>",
3608
- "multiple": false,
3609
- "type": "option"
3610
- }
3611
- },
3612
- "hasDynamicHelp": false,
3613
- "hiddenAliases": [],
3614
- "id": "skills:list",
3615
- "pluginAlias": "browse",
3616
- "pluginName": "browse",
3617
- "pluginType": "core",
3618
- "strict": true,
3619
- "isESM": true,
3620
- "relativePath": [
3621
- "dist",
3622
- "commands",
3623
- "skills",
3624
- "list.js"
3625
- ]
3626
- },
3627
- "templates:clone": {
3628
- "aliases": [],
3629
- "args": {
3630
- "slug": {
3631
- "description": "Template slug.",
3632
- "name": "slug",
3633
- "required": true
3634
- },
3635
- "path": {
3636
- "description": "Destination directory. Defaults to the template slug.",
3637
- "name": "path",
3638
- "required": false
3639
- }
3640
- },
3641
- "description": "Scaffold a ready-to-run project from a Browserbase template.",
3642
- "examples": [
3643
- "browse templates clone google-trends-keywords",
3644
- "browse templates clone amazon-product-scraping --language python ./my-scraper",
3645
- "browse templates clone dynamic-form-filling ./form-bot --language typescript"
3646
- ],
3647
- "flags": {
3648
- "json": {
3649
- "description": "Print clone result as JSON.",
3650
- "name": "json",
3651
- "allowNo": false,
3652
- "type": "boolean"
3653
- },
3654
- "language": {
3655
- "description": "Template language. Defaults to TypeScript when available, then Python.",
3656
- "name": "language",
3477
+ "type": "option"
3478
+ },
3479
+ "target-id": {
3480
+ "description": "Select a specific CDP target when attaching to an existing browser.",
3481
+ "name": "target-id",
3657
3482
  "hasDynamicHelp": false,
3658
- "helpValue": "<language>",
3483
+ "helpValue": "<target-id>",
3659
3484
  "multiple": false,
3660
- "options": [
3661
- "typescript",
3662
- "python"
3663
- ],
3664
3485
  "type": "option"
3665
3486
  }
3666
3487
  },
3667
3488
  "hasDynamicHelp": false,
3668
3489
  "hiddenAliases": [],
3669
- "id": "templates:clone",
3490
+ "id": "network:path",
3670
3491
  "pluginAlias": "browse",
3671
3492
  "pluginName": "browse",
3672
3493
  "pluginType": "core",
@@ -3675,131 +3496,119 @@
3675
3496
  "relativePath": [
3676
3497
  "dist",
3677
3498
  "commands",
3678
- "templates",
3679
- "clone.js"
3499
+ "network",
3500
+ "path.js"
3680
3501
  ]
3681
3502
  },
3682
- "templates:find": {
3503
+ "mouse:click": {
3683
3504
  "aliases": [],
3684
3505
  "args": {
3685
- "query": {
3686
- "description": "Template slug or search query.",
3687
- "name": "query",
3506
+ "x": {
3507
+ "description": "Viewport x coordinate.",
3508
+ "name": "x",
3509
+ "required": true
3510
+ },
3511
+ "y": {
3512
+ "description": "Viewport y coordinate.",
3513
+ "name": "y",
3688
3514
  "required": true
3689
3515
  }
3690
3516
  },
3691
- "description": "Find Browserbase templates by slug, title, category, or tag.",
3517
+ "description": "Click raw viewport coordinates in the active page.",
3692
3518
  "examples": [
3693
- "browse templates find google-trends-keywords",
3694
- "browse templates find amazon",
3695
- "browse templates find Python --wide",
3696
- "browse templates find Python --json"
3519
+ "browse mouse click 240 320",
3520
+ "browse mouse click 240 320 --button right",
3521
+ "browse mouse click 240 320 --click-count 2 --return-xpath"
3697
3522
  ],
3698
3523
  "flags": {
3699
- "format": {
3700
- "description": "Output format. Defaults to table in a terminal and JSON when piped.",
3701
- "name": "format",
3524
+ "auto-connect": {
3525
+ "description": "Auto-discover and attach to a local browser with remote debugging enabled.",
3526
+ "name": "auto-connect",
3527
+ "allowNo": false,
3528
+ "type": "boolean"
3529
+ },
3530
+ "cdp": {
3531
+ "description": "Attach directly to a CDP endpoint. Accepts a port, http(s) URL, or ws(s) URL.",
3532
+ "name": "cdp",
3702
3533
  "hasDynamicHelp": false,
3703
- "helpValue": "<format>",
3534
+ "helpValue": "<url|port>",
3704
3535
  "multiple": false,
3705
- "options": [
3706
- "table",
3707
- "json"
3708
- ],
3709
3536
  "type": "option"
3710
3537
  },
3711
- "json": {
3712
- "description": "Print raw JSON output.",
3713
- "name": "json",
3538
+ "headed": {
3539
+ "description": "Show a visible browser window for managed local sessions.",
3540
+ "name": "headed",
3714
3541
  "allowNo": false,
3715
3542
  "type": "boolean"
3716
3543
  },
3717
- "wide": {
3718
- "description": "Show full table values without truncation.",
3719
- "name": "wide",
3544
+ "headless": {
3545
+ "description": "Run managed local sessions in headless mode.",
3546
+ "name": "headless",
3720
3547
  "allowNo": false,
3721
3548
  "type": "boolean"
3722
- }
3723
- },
3724
- "hasDynamicHelp": false,
3725
- "hiddenAliases": [],
3726
- "id": "templates:find",
3727
- "pluginAlias": "browse",
3728
- "pluginName": "browse",
3729
- "pluginType": "core",
3730
- "strict": true,
3731
- "isESM": true,
3732
- "relativePath": [
3733
- "dist",
3734
- "commands",
3735
- "templates",
3736
- "find.js"
3737
- ]
3738
- },
3739
- "templates:list": {
3740
- "aliases": [],
3741
- "args": {},
3742
- "description": "List Browserbase templates.",
3743
- "examples": [
3744
- "browse templates list",
3745
- "browse templates list --category \"Web Automation\"",
3746
- "browse templates list --tag Python --source Browserbase",
3747
- "browse templates list --wide",
3748
- "browse templates list --json"
3749
- ],
3750
- "flags": {
3751
- "format": {
3752
- "description": "Output format. Defaults to table in a terminal and JSON when piped.",
3753
- "name": "format",
3754
- "hasDynamicHelp": false,
3755
- "helpValue": "<format>",
3756
- "multiple": false,
3757
- "options": [
3758
- "table",
3759
- "json"
3760
- ],
3761
- "type": "option"
3762
3549
  },
3763
- "json": {
3764
- "description": "Print raw JSON output.",
3765
- "name": "json",
3550
+ "local": {
3551
+ "description": "Use a managed local browser session.",
3552
+ "name": "local",
3766
3553
  "allowNo": false,
3767
3554
  "type": "boolean"
3768
3555
  },
3769
- "wide": {
3770
- "description": "Show full table values without truncation.",
3771
- "name": "wide",
3556
+ "remote": {
3557
+ "description": "Use a remote Browserbase browser session.",
3558
+ "name": "remote",
3772
3559
  "allowNo": false,
3773
3560
  "type": "boolean"
3774
3561
  },
3775
- "category": {
3776
- "description": "Filter templates by category.",
3777
- "name": "category",
3562
+ "session": {
3563
+ "char": "s",
3564
+ "description": "Named browser session to use. Defaults to BROWSE_SESSION or default.",
3565
+ "name": "session",
3778
3566
  "hasDynamicHelp": false,
3779
- "helpValue": "<category>",
3567
+ "helpValue": "<name>",
3780
3568
  "multiple": false,
3781
3569
  "type": "option"
3782
3570
  },
3783
- "source": {
3784
- "description": "Filter templates by source.",
3785
- "name": "source",
3571
+ "target-id": {
3572
+ "description": "Select a specific CDP target when attaching to an existing browser.",
3573
+ "name": "target-id",
3786
3574
  "hasDynamicHelp": false,
3787
- "helpValue": "<source>",
3575
+ "helpValue": "<target-id>",
3788
3576
  "multiple": false,
3789
3577
  "type": "option"
3790
3578
  },
3791
- "tag": {
3792
- "description": "Filter templates by tag.",
3793
- "name": "tag",
3579
+ "button": {
3580
+ "description": "Mouse button to use.",
3581
+ "name": "button",
3582
+ "default": "left",
3794
3583
  "hasDynamicHelp": false,
3795
- "helpValue": "<tag>",
3584
+ "helpValue": "<button>",
3585
+ "multiple": false,
3586
+ "options": [
3587
+ "left",
3588
+ "middle",
3589
+ "right"
3590
+ ],
3591
+ "type": "option"
3592
+ },
3593
+ "click-count": {
3594
+ "description": "Number of clicks to send.",
3595
+ "name": "click-count",
3596
+ "default": 1,
3597
+ "hasDynamicHelp": false,
3598
+ "helpValue": "<count>",
3796
3599
  "multiple": false,
3797
3600
  "type": "option"
3601
+ },
3602
+ "return-xpath": {
3603
+ "description": "Include the XPath under the coordinate when the driver can return it.",
3604
+ "name": "return-xpath",
3605
+ "allowNo": false,
3606
+ "type": "boolean"
3798
3607
  }
3799
3608
  },
3800
3609
  "hasDynamicHelp": false,
3801
3610
  "hiddenAliases": [],
3802
- "id": "templates:list",
3611
+ "id": "mouse:click",
3803
3612
  "pluginAlias": "browse",
3804
3613
  "pluginName": "browse",
3805
3614
  "pluginType": "core",
@@ -3808,25 +3617,39 @@
3808
3617
  "relativePath": [
3809
3618
  "dist",
3810
3619
  "commands",
3811
- "templates",
3812
- "list.js"
3620
+ "mouse",
3621
+ "click.js"
3813
3622
  ]
3814
3623
  },
3815
- "tab:close": {
3624
+ "mouse:drag": {
3816
3625
  "aliases": [],
3817
3626
  "args": {
3818
- "tab": {
3819
- "description": "Optional tab index or targetId. Prefer targetId from `browse tab list` when indices may change.",
3820
- "name": "tab",
3821
- "required": false
3627
+ "fromX": {
3628
+ "description": "Starting viewport x coordinate.",
3629
+ "name": "fromX",
3630
+ "required": true
3631
+ },
3632
+ "fromY": {
3633
+ "description": "Starting viewport y coordinate.",
3634
+ "name": "fromY",
3635
+ "required": true
3636
+ },
3637
+ "toX": {
3638
+ "description": "Ending viewport x coordinate.",
3639
+ "name": "toX",
3640
+ "required": true
3641
+ },
3642
+ "toY": {
3643
+ "description": "Ending viewport y coordinate.",
3644
+ "name": "toY",
3645
+ "required": true
3822
3646
  }
3823
3647
  },
3824
- "description": "Close a tab by index or targetId. Without an argument, closes the active tab. Prefer targetId for stability.",
3648
+ "description": "Drag from one raw viewport coordinate to another.",
3825
3649
  "examples": [
3826
- "browse tab close",
3827
- "browse tab close 1",
3828
- "browse tab close <target-id>",
3829
- "browse tab close <target-id> --session research"
3650
+ "browse mouse drag 100 100 400 400",
3651
+ "browse mouse drag 100 100 400 400 --steps 20 --delay 10",
3652
+ "browse mouse drag 100 100 400 400 --return-xpath"
3830
3653
  ],
3831
3654
  "flags": {
3832
3655
  "auto-connect": {
@@ -3883,11 +3706,49 @@
3883
3706
  "helpValue": "<target-id>",
3884
3707
  "multiple": false,
3885
3708
  "type": "option"
3709
+ },
3710
+ "button": {
3711
+ "description": "Mouse button to use.",
3712
+ "name": "button",
3713
+ "default": "left",
3714
+ "hasDynamicHelp": false,
3715
+ "helpValue": "<button>",
3716
+ "multiple": false,
3717
+ "options": [
3718
+ "left",
3719
+ "middle",
3720
+ "right"
3721
+ ],
3722
+ "type": "option"
3723
+ },
3724
+ "delay": {
3725
+ "description": "Delay between drag steps in milliseconds.",
3726
+ "name": "delay",
3727
+ "default": 0,
3728
+ "hasDynamicHelp": false,
3729
+ "helpValue": "<ms>",
3730
+ "multiple": false,
3731
+ "type": "option"
3732
+ },
3733
+ "return-xpath": {
3734
+ "description": "Include the XPath under the start/end coordinates when the driver can return it.",
3735
+ "name": "return-xpath",
3736
+ "allowNo": false,
3737
+ "type": "boolean"
3738
+ },
3739
+ "steps": {
3740
+ "description": "Number of intermediate drag steps.",
3741
+ "name": "steps",
3742
+ "default": 10,
3743
+ "hasDynamicHelp": false,
3744
+ "helpValue": "<steps>",
3745
+ "multiple": false,
3746
+ "type": "option"
3886
3747
  }
3887
3748
  },
3888
3749
  "hasDynamicHelp": false,
3889
3750
  "hiddenAliases": [],
3890
- "id": "tab:close",
3751
+ "id": "mouse:drag",
3891
3752
  "pluginAlias": "browse",
3892
3753
  "pluginName": "browse",
3893
3754
  "pluginType": "core",
@@ -3896,17 +3757,29 @@
3896
3757
  "relativePath": [
3897
3758
  "dist",
3898
3759
  "commands",
3899
- "tab",
3900
- "close.js"
3760
+ "mouse",
3761
+ "drag.js"
3901
3762
  ]
3902
3763
  },
3903
- "tab:list": {
3904
- "aliases": [],
3905
- "args": {},
3906
- "description": "List tabs in the active browser session, including stable targetIds.",
3764
+ "mouse:hover": {
3765
+ "aliases": [],
3766
+ "args": {
3767
+ "x": {
3768
+ "description": "Viewport x coordinate.",
3769
+ "name": "x",
3770
+ "required": true
3771
+ },
3772
+ "y": {
3773
+ "description": "Viewport y coordinate.",
3774
+ "name": "y",
3775
+ "required": true
3776
+ }
3777
+ },
3778
+ "description": "Move the mouse to raw viewport coordinates in the active page.",
3907
3779
  "examples": [
3908
- "browse tab list",
3909
- "browse tab list --session research"
3780
+ "browse mouse hover 240 320",
3781
+ "browse mouse hover 240 320 --return-xpath",
3782
+ "browse mouse hover 240 320 --session research"
3910
3783
  ],
3911
3784
  "flags": {
3912
3785
  "auto-connect": {
@@ -3963,11 +3836,17 @@
3963
3836
  "helpValue": "<target-id>",
3964
3837
  "multiple": false,
3965
3838
  "type": "option"
3839
+ },
3840
+ "return-xpath": {
3841
+ "description": "Include the XPath under the coordinate when the driver can return it.",
3842
+ "name": "return-xpath",
3843
+ "allowNo": false,
3844
+ "type": "boolean"
3966
3845
  }
3967
3846
  },
3968
3847
  "hasDynamicHelp": false,
3969
3848
  "hiddenAliases": [],
3970
- "id": "tab:list",
3849
+ "id": "mouse:hover",
3971
3850
  "pluginAlias": "browse",
3972
3851
  "pluginName": "browse",
3973
3852
  "pluginType": "core",
@@ -3976,24 +3855,39 @@
3976
3855
  "relativePath": [
3977
3856
  "dist",
3978
3857
  "commands",
3979
- "tab",
3980
- "list.js"
3858
+ "mouse",
3859
+ "hover.js"
3981
3860
  ]
3982
3861
  },
3983
- "tab:new": {
3862
+ "mouse:scroll": {
3984
3863
  "aliases": [],
3985
3864
  "args": {
3986
- "url": {
3987
- "description": "Optional URL to open in the new tab.",
3988
- "name": "url",
3989
- "required": false
3865
+ "x": {
3866
+ "description": "Viewport x coordinate.",
3867
+ "name": "x",
3868
+ "required": true
3869
+ },
3870
+ "y": {
3871
+ "description": "Viewport y coordinate.",
3872
+ "name": "y",
3873
+ "required": true
3874
+ },
3875
+ "deltaX": {
3876
+ "description": "Horizontal scroll delta.",
3877
+ "name": "deltaX",
3878
+ "required": true
3879
+ },
3880
+ "deltaY": {
3881
+ "description": "Vertical scroll delta.",
3882
+ "name": "deltaY",
3883
+ "required": true
3990
3884
  }
3991
3885
  },
3992
- "description": "Open a new tab and make it active.",
3886
+ "description": "Scroll from raw viewport coordinates in the active page.",
3993
3887
  "examples": [
3994
- "browse tab new",
3995
- "browse tab new https://example.com",
3996
- "browse tab new https://example.com --session research"
3888
+ "browse mouse scroll 400 500 0 600",
3889
+ "browse mouse scroll 400 500 0 -600",
3890
+ "browse mouse scroll 400 500 0 600 --return-xpath"
3997
3891
  ],
3998
3892
  "flags": {
3999
3893
  "auto-connect": {
@@ -4050,11 +3944,17 @@
4050
3944
  "helpValue": "<target-id>",
4051
3945
  "multiple": false,
4052
3946
  "type": "option"
3947
+ },
3948
+ "return-xpath": {
3949
+ "description": "Include the XPath under the coordinate when the driver can return it.",
3950
+ "name": "return-xpath",
3951
+ "allowNo": false,
3952
+ "type": "boolean"
4053
3953
  }
4054
3954
  },
4055
3955
  "hasDynamicHelp": false,
4056
3956
  "hiddenAliases": [],
4057
- "id": "tab:new",
3957
+ "id": "mouse:scroll",
4058
3958
  "pluginAlias": "browse",
4059
3959
  "pluginName": "browse",
4060
3960
  "pluginType": "core",
@@ -4063,86 +3963,186 @@
4063
3963
  "relativePath": [
4064
3964
  "dist",
4065
3965
  "commands",
4066
- "tab",
4067
- "new.js"
3966
+ "mouse",
3967
+ "scroll.js"
4068
3968
  ]
4069
3969
  },
4070
- "tab:switch": {
3970
+ "templates:clone": {
4071
3971
  "aliases": [],
4072
3972
  "args": {
4073
- "tab": {
4074
- "description": "Tab index or targetId. Prefer targetId from `browse tab list` when indices may change.",
4075
- "name": "tab",
3973
+ "slug": {
3974
+ "description": "Template slug.",
3975
+ "name": "slug",
4076
3976
  "required": true
3977
+ },
3978
+ "path": {
3979
+ "description": "Destination directory. Defaults to the template slug.",
3980
+ "name": "path",
3981
+ "required": false
4077
3982
  }
4078
3983
  },
4079
- "description": "Switch the active tab by index or targetId. Prefer targetId from `browse tab list` for stable agent workflows.",
3984
+ "description": "Scaffold a ready-to-run project from a Browserbase template.",
4080
3985
  "examples": [
4081
- "browse tab list",
4082
- "browse tab switch 1",
4083
- "browse tab switch <target-id>",
4084
- "browse tab switch <target-id> --session research"
3986
+ "browse templates clone google-trends-keywords",
3987
+ "browse templates clone amazon-product-scraping --language python ./my-scraper",
3988
+ "browse templates clone dynamic-form-filling ./form-bot --language typescript"
4085
3989
  ],
4086
3990
  "flags": {
4087
- "auto-connect": {
4088
- "description": "Auto-discover and attach to a local browser with remote debugging enabled.",
4089
- "name": "auto-connect",
3991
+ "json": {
3992
+ "description": "Print clone result as JSON.",
3993
+ "name": "json",
4090
3994
  "allowNo": false,
4091
3995
  "type": "boolean"
4092
3996
  },
4093
- "cdp": {
4094
- "description": "Attach directly to a CDP endpoint. Accepts a port, http(s) URL, or ws(s) URL.",
4095
- "name": "cdp",
3997
+ "language": {
3998
+ "description": "Template language. Defaults to TypeScript when available, then Python.",
3999
+ "name": "language",
4096
4000
  "hasDynamicHelp": false,
4097
- "helpValue": "<url|port>",
4001
+ "helpValue": "<language>",
4002
+ "multiple": false,
4003
+ "options": [
4004
+ "typescript",
4005
+ "python"
4006
+ ],
4007
+ "type": "option"
4008
+ }
4009
+ },
4010
+ "hasDynamicHelp": false,
4011
+ "hiddenAliases": [],
4012
+ "id": "templates:clone",
4013
+ "pluginAlias": "browse",
4014
+ "pluginName": "browse",
4015
+ "pluginType": "core",
4016
+ "strict": true,
4017
+ "isESM": true,
4018
+ "relativePath": [
4019
+ "dist",
4020
+ "commands",
4021
+ "templates",
4022
+ "clone.js"
4023
+ ]
4024
+ },
4025
+ "templates:find": {
4026
+ "aliases": [],
4027
+ "args": {
4028
+ "query": {
4029
+ "description": "Template slug or search query.",
4030
+ "name": "query",
4031
+ "required": true
4032
+ }
4033
+ },
4034
+ "description": "Find Browserbase templates by slug, title, category, or tag.",
4035
+ "examples": [
4036
+ "browse templates find google-trends-keywords",
4037
+ "browse templates find amazon",
4038
+ "browse templates find Python --wide",
4039
+ "browse templates find Python --json"
4040
+ ],
4041
+ "flags": {
4042
+ "format": {
4043
+ "description": "Output format. Defaults to table in a terminal and JSON when piped.",
4044
+ "name": "format",
4045
+ "hasDynamicHelp": false,
4046
+ "helpValue": "<format>",
4098
4047
  "multiple": false,
4048
+ "options": [
4049
+ "table",
4050
+ "json"
4051
+ ],
4099
4052
  "type": "option"
4100
4053
  },
4101
- "headed": {
4102
- "description": "Show a visible browser window for managed local sessions.",
4103
- "name": "headed",
4054
+ "json": {
4055
+ "description": "Print raw JSON output.",
4056
+ "name": "json",
4104
4057
  "allowNo": false,
4105
4058
  "type": "boolean"
4106
4059
  },
4107
- "headless": {
4108
- "description": "Run managed local sessions in headless mode.",
4109
- "name": "headless",
4060
+ "wide": {
4061
+ "description": "Show full table values without truncation.",
4062
+ "name": "wide",
4110
4063
  "allowNo": false,
4111
4064
  "type": "boolean"
4065
+ }
4066
+ },
4067
+ "hasDynamicHelp": false,
4068
+ "hiddenAliases": [],
4069
+ "id": "templates:find",
4070
+ "pluginAlias": "browse",
4071
+ "pluginName": "browse",
4072
+ "pluginType": "core",
4073
+ "strict": true,
4074
+ "isESM": true,
4075
+ "relativePath": [
4076
+ "dist",
4077
+ "commands",
4078
+ "templates",
4079
+ "find.js"
4080
+ ]
4081
+ },
4082
+ "templates:list": {
4083
+ "aliases": [],
4084
+ "args": {},
4085
+ "description": "List Browserbase templates.",
4086
+ "examples": [
4087
+ "browse templates list",
4088
+ "browse templates list --category \"Web Automation\"",
4089
+ "browse templates list --tag Python --source Browserbase",
4090
+ "browse templates list --wide",
4091
+ "browse templates list --json"
4092
+ ],
4093
+ "flags": {
4094
+ "format": {
4095
+ "description": "Output format. Defaults to table in a terminal and JSON when piped.",
4096
+ "name": "format",
4097
+ "hasDynamicHelp": false,
4098
+ "helpValue": "<format>",
4099
+ "multiple": false,
4100
+ "options": [
4101
+ "table",
4102
+ "json"
4103
+ ],
4104
+ "type": "option"
4112
4105
  },
4113
- "local": {
4114
- "description": "Use a managed local browser session.",
4115
- "name": "local",
4106
+ "json": {
4107
+ "description": "Print raw JSON output.",
4108
+ "name": "json",
4116
4109
  "allowNo": false,
4117
4110
  "type": "boolean"
4118
4111
  },
4119
- "remote": {
4120
- "description": "Use a remote Browserbase browser session.",
4121
- "name": "remote",
4112
+ "wide": {
4113
+ "description": "Show full table values without truncation.",
4114
+ "name": "wide",
4122
4115
  "allowNo": false,
4123
4116
  "type": "boolean"
4124
4117
  },
4125
- "session": {
4126
- "char": "s",
4127
- "description": "Named browser session to use. Defaults to BROWSE_SESSION or default.",
4128
- "name": "session",
4118
+ "category": {
4119
+ "description": "Filter templates by category.",
4120
+ "name": "category",
4129
4121
  "hasDynamicHelp": false,
4130
- "helpValue": "<name>",
4122
+ "helpValue": "<category>",
4131
4123
  "multiple": false,
4132
4124
  "type": "option"
4133
4125
  },
4134
- "target-id": {
4135
- "description": "Select a specific CDP target when attaching to an existing browser.",
4136
- "name": "target-id",
4126
+ "source": {
4127
+ "description": "Filter templates by source.",
4128
+ "name": "source",
4137
4129
  "hasDynamicHelp": false,
4138
- "helpValue": "<target-id>",
4130
+ "helpValue": "<source>",
4131
+ "multiple": false,
4132
+ "type": "option"
4133
+ },
4134
+ "tag": {
4135
+ "description": "Filter templates by tag.",
4136
+ "name": "tag",
4137
+ "hasDynamicHelp": false,
4138
+ "helpValue": "<tag>",
4139
4139
  "multiple": false,
4140
4140
  "type": "option"
4141
4141
  }
4142
4142
  },
4143
4143
  "hasDynamicHelp": false,
4144
4144
  "hiddenAliases": [],
4145
- "id": "tab:switch",
4145
+ "id": "templates:list",
4146
4146
  "pluginAlias": "browse",
4147
4147
  "pluginName": "browse",
4148
4148
  "pluginType": "core",
@@ -4151,8 +4151,8 @@
4151
4151
  "relativePath": [
4152
4152
  "dist",
4153
4153
  "commands",
4154
- "tab",
4155
- "switch.js"
4154
+ "templates",
4155
+ "list.js"
4156
4156
  ]
4157
4157
  },
4158
4158
  "cloud:contexts:create": {
@@ -5245,5 +5245,5 @@
5245
5245
  ]
5246
5246
  }
5247
5247
  },
5248
- "version": "0.7.1"
5248
+ "version": "0.7.2"
5249
5249
  }