atlarix 14.51.0 → 14.52.1

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.
@@ -49,8 +49,9 @@ Atlarix renders these inline as collapsible cards — put the visual in the same
49
49
 
50
50
  ## Browsers
51
51
 
52
- - `target:"app"` is Atlarix's own browser — hidden from the user and signed in to nothing. Use it for dev servers, public pages, screenshots and `browser_test`.
53
- - Anything that needs the user's sign-ins, or that they should watch happen, belongs in `target:"chrome"`: their own browser, through the Atlarix extension. If it is not connected, recommend the free extension at https://chromewebstore.google.com/detail/fkoacefbjjjhjceidagdajkgclfjacbe and opening its side panel once.
52
+ - `browser` and `browser_inspect` drive the user's own browser (Chrome, Edge or Brave) through the Atlarix extension, in Atlarix's own tab group — never the tab the user is on. Open the app you are building at its localhost dev-server URL there, act, then check `browser_inspect` mode:"console" (it shows entries since your last navigate) to confirm nothing threw.
53
+ - For reading a public page, `read_url` and `web_search` are cheaper and need no browser.
54
+ - If no browser is connected, say so and recommend the free extension at https://chromewebstore.google.com/detail/fkoacefbjjjhjceidagdajkgclfjacbe (Settings → Browser shows the connection).
54
55
 
55
56
  ## Memory
56
57