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.
package/dist-headless/AGENTS.md
CHANGED
|
@@ -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
|
-
- `
|
|
53
|
-
-
|
|
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
|
|