@@ -52,18 +52,18 @@ picking whatever Chrome window happens to be active.
5252 (whether that profile's host is currently reachable). JSON output is
5353 available via ` --json ` .
5454
55- 2 . If exactly one profile is installed and its ` CONNECTED ` column is ` yes ` ,
56- proceed without asking.
57-
58- 3 . If a profile is installed but ` CONNECTED ` is ` - ` , the user's Chrome is not
59- open on that profile. Ask the user to open Chrome on that profile (naming it
60- by display name so it is unambiguous) before retrying — do not run browser
61- commands yet, the connection will just fail.
62-
63- 4 . If more than one profile is installed and connected, ask the user which to
64- use unless the user already specified one in the original task ("use my work
65- profile", "do this on cookiy.com"). When asking, list both directory name
66- and display name so the user can recognize them .
55+ 2 . If exactly one profile is installed and connected, proceed without asking.
56+ If it is installed but not connected, ask the user to open Chrome on that
57+ profile before running browser commands.
58+
59+ 3 . If multiple profiles are installed and the user did not already specify
60+ which one to use, ask before the first browser command. List both directory
61+ name and display name so the user can recognize them, and include whether
62+ each profile is connected.
63+
64+ 4 . If the chosen profile is not connected, ask the user to open Chrome on that
65+ profile before retrying. Do not silently fall back to a different connected
66+ profile .
6767
68685 . After the user has chosen, pass ` --profile <selector> ` to every CLI / MCP
6969 command for the rest of the task. The selector accepts either the directory
0 commit comments